summaryrefslogtreecommitdiff
path: root/gtk2_ardour/location_ui.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-12-12 15:13:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-12-12 15:13:10 +0000
commitbe371bedb9bc8b28131aaefa30054aace7cf4812 (patch)
tree3b07f9bd8f78645b2fc4eb39391bc3387d39ba2d /gtk2_ardour/location_ui.h
parent4a0c798242dec33e83eb4f5bfad728c1b7c1053d (diff)
improve layout and display of CD range info in location display
git-svn-id: svn://localhost/ardour2/branches/3.0@10989 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/location_ui.h')
-rw-r--r--gtk2_ardour/location_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/location_ui.h b/gtk2_ardour/location_ui.h
index 928231cded..5a6e8649c7 100644
--- a/gtk2_ardour/location_ui.h
+++ b/gtk2_ardour/location_ui.h
@@ -104,7 +104,9 @@ class LocationEditRow : public Gtk::HBox, public ARDOUR::SessionHandlePtr
Gtk::Label composer_label;
Gtk::Entry composer_entry;
Gtk::CheckButton scms_check_button;
+ Gtk::Label scms_label;
Gtk::CheckButton preemph_check_button;
+ Gtk::Label preemph_label;
ClockGroup* _clock_group;
guint32 i_am_the_modifier;