murrine r118 - in trunk: . src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: murrine r118 - in trunk: . src
- Date: Sat, 3 Jan 2009 00:56:46 +0000 (UTC)
Author: acimitan
Date: Sat Jan 3 00:56:46 2009
New Revision: 118
URL: http://svn.gnome.org/viewvc/murrine?rev=118&view=rev
Log:
2009-01-03 Andrea Cimitan <andrea cimitan gmail com>
* src/murrine_draw.c (murrine_draw_inset):
Decreased the inset around buttons, do you like it?
Modified:
trunk/ChangeLog
trunk/src/murrine_draw.c
Modified: trunk/src/murrine_draw.c
==============================================================================
--- trunk/src/murrine_draw.c (original)
+++ trunk/src/murrine_draw.c Sat Jan 3 00:56:46 2009
@@ -36,8 +36,8 @@
MurrineRGB highlight;
/* not really sure of shading ratios... we will think */
- murrine_shade (bg_color, 0.6, &shadow);
- murrine_shade (bg_color, 1.4, &highlight);
+ murrine_shade (bg_color, 0.74, &shadow);
+ murrine_shade (bg_color, 1.3, &highlight);
/* highlight */
cairo_move_to (cr, x+w+(radius*-0.2928932188), y-(radius*-0.2928932188));
@@ -57,7 +57,7 @@
else
cairo_line_to (cr, x, y+h);
- murrine_set_color_rgba (cr, &highlight, 0.45);
+ murrine_set_color_rgba (cr, &highlight, 0.42);
cairo_stroke (cr);
/* shadow */
@@ -78,7 +78,7 @@
else
cairo_line_to (cr, x+w, y);
- murrine_set_color_rgba (cr, &shadow, 0.15);
+ murrine_set_color_rgba (cr, &shadow, 0.16);
cairo_stroke (cr);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]