summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-11-24 00:06:12 +0000
committerCarl Hetherington <carl@carlh.net>2009-11-24 00:06:12 +0000
commit911fdb576e15283897cb7648d07f4ba14ec8f78e (patch)
treeca2e3c7f65a4f6425902b02ee6ab6734e954ee47 /gtk2_ardour/location_ui.h
parentad7eb67a1364f730e3919022f389c75750df07c0 (diff)
Bodge around visual glitch where the ranges & markers list would overlap the editor's RHS tabs.
git-svn-id: svn://localhost/ardour2/branches/3.0@6162 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index a17724f5ba..56401f6139 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -163,6 +163,8 @@ class LocationUI : public Gtk::HBox
LocationEditRow loop_edit_row;
LocationEditRow punch_edit_row;
+ Gtk::VBox loop_punch_box;
+ Gtk::ScrolledWindow loop_punch_scroller;
Gtk::VPaned loc_range_panes;