diff options
author | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 22:39:34 +0200 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2019-05-12 22:39:34 +0200 |
commit | 16e2b1c230064788e28930ef27903a5164afa74f (patch) | |
tree | 28c76197fbe8d4c145f29ef3363b8e098dad887b /plugingui/testmain.cc | |
parent | f8642113634dc5ab6ffbc1e1d5b79d5be8e579da (diff) |
Reorder frames and resize window.
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 319abf6..b122756 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, 733); + parent.resize(750, 613); #else - main_window.resize(750, 733); + main_window.resize(750, 613); #endif while(true) |