mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Revert frame -> sample changes where it's a frame as in Gtk::Frame
This commit is contained in:
parent
6edea6064e
commit
e6a6778466
6 changed files with 60 additions and 61 deletions
|
|
@ -182,12 +182,12 @@ private:
|
|||
|
||||
ArdourWidgets::VPane loc_range_panes;
|
||||
|
||||
Gtk::VBox loc_sample_box;
|
||||
Gtk::VBox loc_frame_box;
|
||||
Gtk::Button add_location_button;
|
||||
Gtk::ScrolledWindow location_rows_scroller;
|
||||
Gtk::VBox location_rows;
|
||||
|
||||
Gtk::VBox range_sample_box;
|
||||
Gtk::VBox range_frame_box;
|
||||
Gtk::Button add_range_button;
|
||||
Gtk::ScrolledWindow range_rows_scroller;
|
||||
Gtk::VBox range_rows;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue