From 848ea51658365f0f82de8572868992a278c529b8 Mon Sep 17 00:00:00 2001 From: Gerald Date: Tue, 29 Nov 2016 18:31:15 +0100 Subject: [PATCH] Fixed issue with non responsize lower gui part --- src/gui.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui.cxx b/src/gui.cxx index 7b6a7c4..145b437 100644 --- a/src/gui.cxx +++ b/src/gui.cxx @@ -441,7 +441,7 @@ Gui::Gui(const char* argZero) : headerImages->end(); // create a new "Group" with all Luppp GUI contents, for resizing - lupppGroup = new Fl_Group( 0, 0, 1110, 650, "Luppp"); + lupppGroup = new Fl_Group( 0, 0, 1110, 700, "Luppp"); { int i = 0; for (; i < NTRACKS; i++ )