assign appropriate styles for text entry and spinbuttons
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Jun 2016 21:40:47 +0000 (17:40 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 30 Jun 2016 21:41:11 +0000 (17:41 -0400)
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

gtk2_ardour/clearlooks.rc.in

index 016abae2046f13329560f38e8389fd3f91a9765e..ce8b62a7f76ce96c03a5f9a5e95c0cc61e9d66bd 100644 (file)
@@ -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"