Merge pull request #143 from geraldmwangi/master

resize luppp_group. Fixes problem with unresponsive lower part of faders.
This commit is contained in:
Harry van Haaren 2016-11-29 18:47:41 +00:00 committed by GitHub
commit 4e154b1d11

View file

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