From: Yichao Yu <yyc1992@gmail.com>
Date: Sun, 02 Feb 2014 12:11:06 +0000
Subject: [lib/utils/x11shadow] typo in shadow color .... #54
X-Git-Url: http://quickgit.kde.org/?p=qtcurve.git&a=commitdiff&h=bdf0a5ce3ecc7ac0a7f9636358d444b7c4305828
---
[lib/utils/x11shadow] typo in shadow color .... #54
---


--- lib/utils/x11helpers.c
+++ lib/utils/x11helpers.c
@@ -77,7 +77,7 @@
 {
     int shadow_size = 30;
     int shadow_radius = 4;
-    QtcColor c1 = {0.5, 0.4, 0.4};
+    QtcColor c1 = {0.4, 0.4, 0.4};
     QtcColor c2 = {0.2, 0.2, 0.2};
     QtcImage *shadow_images[8];
     qtcShadowCreate(shadow_size, &c1, &c2, shadow_radius, false,


