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:
@@ -1038,6 +1038,8 @@ style "vca_label_bar" = "medium_bold_text"
|
||||
}
|
||||
|
||||
class "GtkWidget" style:highest "default"
|
||||
class "GtkSpinButton" style:highest "default"
|
||||
class "GtkEntry" style:highest "entry"
|
||||
class "GtkScrollbar" style:highest "ardour_adjusters"
|
||||
class "GtkLabel" style:highest "default_generic"
|
||||
class "GtkButton" style:highest "ardour_button"
|
||||
|
||||
Reference in New Issue
Block a user