From 16e2b1c230064788e28930ef27903a5164afa74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 12 May 2019 22:39:34 +0200 Subject: Reorder frames and resize window. --- plugingui/testmain.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/testmain.cc') 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) -- cgit v1.2.3