mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
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();
|
headerImages->end();
|
||||||
|
|
||||||
// create a new "Group" with all Luppp GUI contents, for resizing
|
// 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;
|
int i = 0;
|
||||||
for (; i < NTRACKS; i++ )
|
for (; i < NTRACKS; i++ )
|
||||||
|
|
Loading…
Add table
Reference in a new issue