From 43b6a7aca36b81c6ff95f33b7ff23f3413490c04 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 1 Jun 2016 21:56:29 -0400 Subject: remove unneeded widget style definition --- gtk2_ardour/clearlooks.rc.in | 1 - gtk2_ardour/time_axis_view.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour') 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)")); -- cgit v1.2.3