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:
Paul Davis 2009-11-12 20:39:53 +00:00
parent ab565167ff
commit ff9ddf5100
16 changed files with 175 additions and 216 deletions

View file

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