mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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:
parent
ad7eb67a13
commit
911fdb576e
2 changed files with 10 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue