From 2c395c676ebe4c821ac7126323ab0c15febb9bfe Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 2 May 2020 13:48:23 +0200 Subject: Add new powermap widgget to the plugingui. --- 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 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) -- cgit v1.2.3