murrine r23 - in trunk: . src



Author: acimitan
Date: Wed Feb 27 13:23:26 2008
New Revision: 23
URL: http://svn.gnome.org/viewvc/murrine?rev=23&view=rev

Log:
2008-02-27  Andrea Cimitan  <andrea cimitan gmail com>

	* src/murrine_draw.c: (murrine_draw_button):
	* src/murrine_draw_rgba.c: (murrine_rgba_draw_button):
	That was part of the last commit :)



Modified:
   trunk/ChangeLog
   trunk/src/murrine_draw.c
   trunk/src/murrine_draw_rgba.c

Modified: trunk/src/murrine_draw.c
==============================================================================
--- trunk/src/murrine_draw.c	(original)
+++ trunk/src/murrine_draw.c	Wed Feb 27 13:23:26 2008
@@ -178,9 +178,9 @@
 	cairo_translate (cr, x, y);
 	cairo_set_line_width (cr, 1.0);
 
-	if (widget->xthickness > 1)
+	if (widget->xthickness > 2)
 		xoffset = 1;
-	if (widget->ythickness > 1)
+	if (widget->ythickness > 2)
 		yoffset = 1;
 
 	/* Start drawing the inset/shadow */

Modified: trunk/src/murrine_draw_rgba.c
==============================================================================
--- trunk/src/murrine_draw_rgba.c	(original)
+++ trunk/src/murrine_draw_rgba.c	Wed Feb 27 13:23:26 2008
@@ -176,9 +176,9 @@
 	cairo_translate (cr, x, y);
 	cairo_set_line_width (cr, 1.0);
 
-	if (widget->xthickness > 1)
+	if (widget->xthickness > 2)
 		xoffset = 1;
-	if (widget->ythickness > 1)
+	if (widget->ythickness > 2)
 		yoffset = 1;
 
 	if (!widget->active && !widget->disabled && widget->reliefstyle > 1)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]