gtk-engines r1090 - in trunk: . engines/clearlooks/src
- From: acimitan svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-engines r1090 - in trunk: . engines/clearlooks/src
- Date: Tue, 19 Feb 2008 13:23:10 +0000 (GMT)
Author: acimitan
Date: Tue Feb 19 13:23:10 2008
New Revision: 1090
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1090&view=rev
Log:
2008-02-19 Andrea Cimitan <andrea cimitan gmail com>
* engines/clearlooks/src/clearlooks_draw_gummy.c:
(clearlooks_gummy_draw_focus):
Less transparency on button focus fill
Modified:
trunk/ChangeLog
trunk/engines/clearlooks/src/clearlooks_draw_gummy.c
Modified: trunk/engines/clearlooks/src/clearlooks_draw_gummy.c
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_draw_gummy.c (original)
+++ trunk/engines/clearlooks/src/clearlooks_draw_gummy.c Tue Feb 19 13:23:10 2008
@@ -1618,7 +1618,7 @@
yoffset = -1.5-(focus->padding);
radius++;
border_alpha = 0.9;
- fill_alpha = 0.14;
+ fill_alpha = 0.1;
if (!widget->active)
focus_shadow = TRUE;
break;
@@ -1629,7 +1629,7 @@
if (widget->active || widget->prelight)
{
border_alpha = 0.9;
- fill_alpha = 0.14;
+ fill_alpha = 0.1;
if (!widget->active)
focus_shadow = TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]