From 76b50e15a7b99dd0c03d2b2223d5aa24d7d3a5f0 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 24 Jun 2013 11:59:43 +0530 Subject: [PATCH] Tweaked buttons and revert comboboxentry change --- gtk-2.0/gtkrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk-2.0/gtkrc b/gtk-2.0/gtkrc index a77af3d..b1b6cd9 100644 --- a/gtk-2.0/gtkrc +++ b/gtk-2.0/gtkrc @@ -169,7 +169,7 @@ style "murrine-notebook" = "murrine-notebook-bg" { # Various Standard Widgets -style "murrine-button" = "murrine-wider" { +style "murrine-button" = "murrine-wide" { bg[NORMAL] = shade (1.08, @bg_color) bg[PRELIGHT] = shade (1.10, @bg_color) bg[ACTIVE] = shade (0.95, @bg_color) @@ -283,7 +283,7 @@ style "murrine-radiocheck" = "murrine-default" { style "murrine-entry" = "murrine-wider" { engine "murrine" { - border_shades = { 1.3, 1.3 } + border_shades = { 1.2, 1.2 } } } @@ -292,7 +292,7 @@ style "metacity-frame" = "murrine-default" { } style "murrine-statusbar" { } -style "murrine-comboboxentry" = "murrine-entry" { ythickness = 1 } +style "murrine-comboboxentry" = "murrine-entry" { } style "murrine-hscale" = "murrine-scale" { } style "murrine-vscale" = "murrine-scale" { } style "murrine-hscrollbar" = "murrine-scrollbar" { }