From e191c5c3655db7d3ecd944f667b3921138b4ab24 Mon Sep 17 00:00:00 2001 From: Juraj Fiala Date: Sun, 28 Feb 2016 19:29:59 +0100 Subject: Fix gimp tab labels. --- themes/Adwaita/gtk-2.0/main.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/Adwaita/gtk-2.0/main.rc b/themes/Adwaita/gtk-2.0/main.rc index 35a8f0bd..b5dea6a4 100644 --- a/themes/Adwaita/gtk-2.0/main.rc +++ b/themes/Adwaita/gtk-2.0/main.rc @@ -2328,7 +2328,7 @@ widget_class "****" style widget_class "*." style "notebook_tab_label" # Inkscape, GVIM and maybe other programs do strange things with tab labels widget_class "*.." style "notebook_tab_label" -widget_class "*.." style "notebook_tab_label" +widget_class "*.*" style "notebook_tab_label" # ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that widget_class "**" style "combobox_cellview" -- cgit v1.2.1