colinf's patch to make ladspa plugin GUI's deeper rather than wider
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 26 Nov 2008 21:34:05 +0000 (21:34 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 26 Nov 2008 21:34:05 +0000 (21:34 +0000)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4266 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/generic_pluginui.cc

index 4a4ea9cf1cfcb1f9d2ade84c8a00d25858fd3292..a5bfc3853183ab23cda0f0cc09d67306fceb060d 100644 (file)
@@ -191,7 +191,7 @@ GenericPluginUI::build ()
                        /* if we are scrollable, just use one long column */
 
                        if (!is_scrollable) {
-                               if (x++ > 7){
+                               if (x++ > 20){
                                        frame = manage (new Frame);
                                        frame->set_name ("BaseFrame");
                                        box = manage (new VBox);