summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Fiala <doctorjellyface@riseup.net>2016-02-28 19:29:59 +0100
committerJuraj Fiala <doctorjellyface@riseup.net>2016-02-28 19:29:59 +0100
commite191c5c3655db7d3ecd944f667b3921138b4ab24 (patch)
treefbab049a1e8e82924c5abac76a8b7ae220e843d1
parentf7faba590b553ed1caff2fc8a8de95b59710965d (diff)
downloadgnome-themes-standard-e191c5c3655db7d3ecd944f667b3921138b4ab24.tar.gz
Fix gimp tab labels.
-rw-r--r--themes/Adwaita/gtk-2.0/main.rc2
1 files changed, 1 insertions, 1 deletions
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 "*<GtkNotebook>*<GtkEventBox>*<GtkComboBoxEntry>*<GtkEntry>" style
widget_class "*<GtkNotebook>.<GtkLabel>" style "notebook_tab_label"
# Inkscape, GVIM and maybe other programs do strange things with tab labels
widget_class "*<GtkNotebook>.<GtkBox>.<GtkLabel>" style "notebook_tab_label"
-widget_class "*<GtkNotebook>.<GtkEventBox>.<GtkLabel>" style "notebook_tab_label"
+widget_class "*<GtkNotebook>.<GtkEventBox>*<GtkLabel>" style "notebook_tab_label"
# ComboBoxes tend to draw the button label with text[] instead of fg[], we need to fix that
widget_class "*<GtkComboBox>*<GtkCellView>" style "combobox_cellview"