From 95a34af317cebab81ba2473520a28bc060933c13 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Mon, 24 Jun 2013 18:05:19 +0200 Subject: [PATCH] Proposal for less puffy Gtk2 buttons --- gtk-2.0/gtkrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index ba06e3a..e8491a6 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -168,7 +168,9 @@ style "murrine-notebook" = "murrine-notebook-bg" { # Various Standard Widgets -style "murrine-button" = "murrine-wide" { +style "murrine-button" { + ythickness = 0 + bg[NORMAL] = shade (1.08, @bg_color) bg[PRELIGHT] = shade (1.10, @bg_color) bg[ACTIVE] = shade (0.95, @bg_color)