From c736089e4116f4e022ee271f364925cb045229fc Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 17 Mar 2014 11:06:45 +0100 Subject: [PATCH] Workaround for cut buttons in some gtk3 dialogs Upstream bugreport: https://bugzilla.gnome.org/show_bug.cgi?id=710909 --- gtk-3.0/gtk-widgets.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 17d7901..6420b59 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -10,6 +10,8 @@ -GtkButton-image-spacing: 0; -GtkButton-inner-border: 1; -GtkButton-interior-focus: true; + -GtkButtonBox-child-min-height: 24; + -GtkButtonBox-child-internal-pad-y: 1; -GtkCheckButton-indicator-size: 16; -GtkCheckMenuItem-indicator-size: 14; -GtkExpander-expander-size: 8;