Revert frame -> sample changes where it's a frame as in Gtk::Frame

This commit is contained in:
Johannes Mueller 2018-06-09 19:08:15 +02:00
parent 6edea6064e
commit e6a6778466
6 changed files with 60 additions and 61 deletions

View file

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