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
This commit is contained in:
Carl Hetherington 2009-11-24 00:06:12 +00:00
parent ad7eb67a13
commit 911fdb576e
2 changed files with 10 additions and 2 deletions

View file

@ -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;