[murrine] Reduce border shade for disabled buttons
- From: Andrea Cimitan <acimitan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [murrine] Reduce border shade for disabled buttons
- Date: Tue, 17 Aug 2010 23:56:54 +0000 (UTC)
commit 8913285e3e0236537f3f75ebfd9307b1604a2e69
Author: Andrea Cimitan <andrea cimitan Å?mail com>
Date: Wed Aug 18 01:56:32 2010 +0200
Reduce border shade for disabled buttons
src/murrine_draw.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/murrine_draw.c b/src/murrine_draw.c
index 7261db8..2f66792 100644
--- a/src/murrine_draw.c
+++ b/src/murrine_draw.c
@@ -154,7 +154,7 @@ murrine_draw_button (cairo_t *cr,
double highlight_shade_new = widget->highlight_shade;
double lightborder_shade_new = widget->lightborder_shade;
MurrineGradients mrn_gradient_new = widget->mrn_gradient;
- MurrineRGB border = colors->shade[!widget->disabled ? 6 : 5];
+ MurrineRGB border = colors->shade[!widget->disabled ? 6 : 4];
MurrineRGB fill = colors->bg[widget->state_type];
/*
if (widget->active)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]