Workaround for cut buttons in some gtk3 dialogs

Upstream bugreport: https://bugzilla.gnome.org/show_bug.cgi?id=710909
pull/127/head v2.2.1
Simon Steinbeiss 2014-03-17 11:06:45 +01:00
parent 9edc17363e
commit c736089e41
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
-GtkButton-image-spacing: 0; -GtkButton-image-spacing: 0;
-GtkButton-inner-border: 1; -GtkButton-inner-border: 1;
-GtkButton-interior-focus: true; -GtkButton-interior-focus: true;
-GtkButtonBox-child-min-height: 24;
-GtkButtonBox-child-internal-pad-y: 1;
-GtkCheckButton-indicator-size: 16; -GtkCheckButton-indicator-size: 16;
-GtkCheckMenuItem-indicator-size: 14; -GtkCheckMenuItem-indicator-size: 14;
-GtkExpander-expander-size: 8; -GtkExpander-expander-size: 8;