remove unneeded widget style definition
This commit is contained in:
parent
ef8f9d466c
commit
43b6a7aca3
@ -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"
|
||||
|
@ -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)"));
|
||||
|
Loading…
Reference in New Issue
Block a user