mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
tidy up (a bit) locations editing widget ; use pixbuf/string code from 2.0;remove edit point clock
git-svn-id: svn://localhost/ardour2/branches/3.0@6074 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ab565167ff
commit
ff9ddf5100
16 changed files with 175 additions and 216 deletions
|
|
@ -77,12 +77,10 @@ class LocationEditRow : public Gtk::HBox
|
|||
Gtk::Label number_label;
|
||||
|
||||
Gtk::HBox start_hbox;
|
||||
Gtk::Button start_set_button;
|
||||
Gtk::Button start_go_button;
|
||||
AudioClock start_clock;
|
||||
|
||||
Gtk::HBox end_hbox;
|
||||
Gtk::Button end_set_button;
|
||||
Gtk::Button end_go_button;
|
||||
AudioClock end_clock;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue