From 13ab76b2d587a786112a35b5bcccf5e264700f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Wed, 24 May 2017 16:21:12 +0200 Subject: Add frame in the GUI for bleed control. --- plugingui/testmain.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugingui/testmain.cc') diff --git a/plugingui/testmain.cc b/plugingui/testmain.cc index 5231205..07e5f8d 100644 --- a/plugingui/testmain.cc +++ b/plugingui/testmain.cc @@ -48,7 +48,8 @@ int main() parent.show(); main_window.show(); - parent.resize(750, 400); + // TODO: automatically use drumgizmo_plugin.h size here + parent.resize(750, 466); while(true) { -- cgit v1.2.3