13
0

assign appropriate styles for text entry and spinbuttons

SpinButtons do odd things to draw the two arrow buttons. So for now, leave them with the default theme,
even though this makes their text entry component different from the other text entry widgets
This commit is contained in:
Paul Davis 2016-06-30 17:40:47 -04:00
parent 21eb660d9b
commit 85cddf30ee

View File

@ -1038,6 +1038,8 @@ style "vca_label_bar" = "medium_bold_text"
} }
class "GtkWidget" style:highest "default" class "GtkWidget" style:highest "default"
class "GtkSpinButton" style:highest "default"
class "GtkEntry" style:highest "entry"
class "GtkScrollbar" style:highest "ardour_adjusters" class "GtkScrollbar" style:highest "ardour_adjusters"
class "GtkLabel" style:highest "default_generic" class "GtkLabel" style:highest "default_generic"
class "GtkButton" style:highest "ardour_button" class "GtkButton" style:highest "ardour_button"