From 85cddf30eeb78681468c7808d0f8dcdcdfb571e1 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 30 Jun 2016 17:40:47 -0400 Subject: 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 --- gtk2_ardour/clearlooks.rc.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk2_ardour/clearlooks.rc.in') 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" -- cgit v1.2.3