diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:48:23 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-05-02 13:48:23 +0200 |
commit | 2c395c676ebe4c821ac7126323ab0c15febb9bfe (patch) | |
tree | 13f6c49c208875c96b3f87d41ce8456c3441676a /plugingui/testmain.cc | |
parent | c9134d86d393e3acba278d886482b84d3e4bf722 (diff) |
Add new powermap widgget to the plugingui.
Diffstat (limited to 'plugingui/testmain.cc')
-rw-r--r-- | plugingui/testmain.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/testmain.cc b/plugingui/testmain.cc index b122756..91effc4 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.cc @@ -57,9 +57,9 @@ int main() // TODO: automatically use drumgizmo_plugin.h size here #ifndef UI_PUGL - parent.resize(750, 613); + parent.resize(750, 713); #else - main_window.resize(750, 613); + main_window.resize(750, 713); #endif while(true) |