Fixed issue with non responsize lower gui part

This commit is contained in:
Gerald 2016-11-29 18:31:15 +01:00
parent 066f551a2f
commit 848ea51658

View file

@ -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++ )