slightly improved location-UI layout

This commit is contained in:
Robin Gareus 2016-04-25 19:39:59 +02:00
parent d1ea5ea22a
commit e4890b1a85
2 changed files with 30 additions and 37 deletions

View file

@ -34,6 +34,7 @@
#include "ardour/location.h"
#include "ardour/session_handle.h"
#include "ardour_button.h"
#include "ardour_window.h"
#include "audio_clock.h"
@ -80,13 +81,13 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
Gtk::HBox start_hbox;
AudioClock start_clock;
Gtk::Button start_to_playhead_button;
Gtk::Button locate_to_start_button;
ArdourButton start_to_playhead_button;
ArdourButton locate_to_start_button;
Gtk::HBox end_hbox;
AudioClock end_clock;
Gtk::Button end_to_playhead_button;
Gtk::Button locate_to_end_button;
ArdourButton end_to_playhead_button;
ArdourButton locate_to_end_button;
AudioClock length_clock;
Gtk::CheckButton cd_check_button;
@ -94,7 +95,7 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
Gtk::CheckButton lock_check_button;
Gtk::CheckButton glue_check_button;
Gtk::Button remove_button;
ArdourButton remove_button;
Gtk::HBox cd_track_details_hbox;
Gtk::Entry isrc_entry;