Merge pull request #143 from geraldmwangi/master
resize luppp_group. Fixes problem with unresponsive lower part of faders.
This commit is contained in:
commit
4e154b1d11
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,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…
Reference in a new issue