summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-19 08:05:55 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-19 08:05:55 -0600
commit1a293bb480a3019f5ee0e4e3608a540727b82c9e (patch)
tree63dccba5e4b68a0564eb278610f8e79bb63698fa /gtk2_ardour/editor.h
parent7fd1fc1dcff93dd3a3e0e4ce65d691126fbd2158 (diff)
Add drop-shadow decorators to menu bar and transport toolbar.
Allow status bar to fill available width.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 8f6730f045..dbe49a0913 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1824,6 +1824,9 @@ private:
Gtk::HBox snap_box;
+ Gtk::HBox ebox_hpacker;
+ Gtk::VBox ebox_vpacker;
+
Gtk::HBox _box;
std::vector<std::string> grid_type_strings;