summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-01 21:56:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-01 21:57:43 -0400
commit43b6a7aca36b81c6ff95f33b7ff23f3413490c04 (patch)
treec691f166bda25c458e7a6c009f787813ef50207e /gtk2_ardour
parentef8f9d466ca23c092166736edb3da829e72f2048 (diff)
remove unneeded widget style definition
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/clearlooks.rc.in1
-rw-r--r--gtk2_ardour/time_axis_view.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 52c26cbb6e..5aceee0f0c 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.in
@@ -1154,7 +1154,6 @@ widget "*BlackSeparator" style:highest "black_separator"
widget "*MetricLabel" style:highest "medium_text"
widget "*ChoiceWindow" style:highest "default_generic"
-widget "*TrackLabel" style:highest "medium_text"
widget "*TrackParameterName" style:highest "small_italic_text"
widget "*AddRouteDialog*" style:highest "medium_text"
widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc
index 97bd1ec4af..f97a1e8c51 100644
--- a/gtk2_ardour/time_axis_view.cc
+++ b/gtk2_ardour/time_axis_view.cc
@@ -143,7 +143,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
_ghost_group->lower_to_bottom();
_ghost_group->show();
- name_label.set_name ("TrackLabel");
+ name_label.set_name (X_("TrackNameEditor"));
name_label.set_alignment (0.0, 0.5);
name_label.set_width_chars (12);
set_tooltip (name_label, _("Track/Bus name (double click to edit)"));