13
0

Fix for 8 controls max per column in ladspa plugin windows from Olivier Doare.

git-svn-id: svn://localhost/ardour2/trunk@1366 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2007-01-20 17:13:46 +00:00
parent 5f9abf8681
commit 9d4476dbb9

View File

@ -197,7 +197,7 @@ LadspaPluginUI::build ()
frame->add (*box);
hpacker.pack_start(*frame,true,true);
x = 0;
x = 1;
}
}