From 3a6114c02579db5eaf22c1a44efc3c34f504f99c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 10 Sep 2015 22:37:56 +0200 Subject: center, don't expand plugin widgets --- gtk2_ardour/lv2_plugin_ui.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/lv2_plugin_ui.cc') diff --git a/gtk2_ardour/lv2_plugin_ui.cc b/gtk2_ardour/lv2_plugin_ui.cc index 141f437f4c..9d7f8dad6a 100644 --- a/gtk2_ardour/lv2_plugin_ui.cc +++ b/gtk2_ardour/lv2_plugin_ui.cc @@ -253,6 +253,7 @@ LV2PluginUI::lv2ui_instantiate(const std::string& title) _ardour_buttons_box.show_all(); _gui_widget = Gtk::manage((container = new Gtk::Alignment())); + container->set (.5, .5, 0, 0); pack_start(*_gui_widget, true, true); _gui_widget->show(); -- cgit v1.2.3