From 21eb660d9baf644c2de57df90504e82b81683722 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 30 Jun 2016 17:39:25 -0400 Subject: [PATCH] remove non-zero xthickness from "small_entry" widgets (gain display, peak display in mixer strip). Unnecessary and wrong once you can see the border in a different color from the base --- gtk2_ardour/clearlooks.rc.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index 4c7bcef5dd..016abae204 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -661,8 +661,6 @@ style "medium_bold_entry" = "medium_bold_text" style "small_entry" = "small_text" { - xthickness = 3 - ythickness = 3 fg[NORMAL] = @texts fg[ACTIVE] = @contrasting_indicator fg[SELECTED] = @fg_selected