summaryrefslogtreecommitdiff
path: root/gtk2_ardour/au_pluginui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-30 11:15:23 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-30 11:15:23 -0400
commitd54a35a6718e4791ef57d0ad86dc2f41a1ec46a2 (patch)
tree3c1c35c1d855bf94f01c5b67fc3c3f3911eebce0 /gtk2_ardour/au_pluginui.h
parent07a5372eea6b70dd9f3224aa3aead904e2eef72c (diff)
cleanup AU GUI support, which was broken because prefheight and prefwidth were left unset after a cleanup attempt some months ago. add a few more tweaks based on current 2.x code and some tricks found elsewhere that dont' change behaviour but are just better
Diffstat (limited to 'gtk2_ardour/au_pluginui.h')
-rw-r--r--gtk2_ardour/au_pluginui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/au_pluginui.h b/gtk2_ardour/au_pluginui.h
index 6f90480457..cbf83d5d92 100644
--- a/gtk2_ardour/au_pluginui.h
+++ b/gtk2_ardour/au_pluginui.h
@@ -93,7 +93,7 @@ class AUPluginUI : public PlugUIBase, public Gtk::VBox
int prefwidth;
Gtk::HBox top_box;
- Gtk::EventBox low_box;
+ Gtk::HBox low_box;
Gtk::VBox vpacker;
Gtk::Label automation_mode_label;
Gtk::ComboBoxText automation_mode_selector;