summaryrefslogtreecommitdiff
path: root/gtk2_ardour/clearlooks.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-30 17:40:47 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-30 17:41:11 -0400
commit85cddf30eeb78681468c7808d0f8dcdcdfb571e1 (patch)
tree566d4682a13677832747760f72c4de1e9dd548fe /gtk2_ardour/clearlooks.rc.in
parent21eb660d9baf644c2de57df90504e82b81683722 (diff)
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
Diffstat (limited to 'gtk2_ardour/clearlooks.rc.in')
-rw-r--r--gtk2_ardour/clearlooks.rc.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in
index 016abae204..ce8b62a7f7 100644
--- a/gtk2_ardour/clearlooks.rc.in
+++ b/gtk2_ardour/clearlooks.rc.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"