Fixed issue with non responsize lower gui part
This commit is contained in:
parent
066f551a2f
commit
848ea51658
1 changed files with 1 additions and 1 deletions
|
@ -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++ )
|
||||
|
|
Loading…
Reference in a new issue