fix up indentation caused by lack of .emacs
[ardour.git] / 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);