From 394347e7c69e8118e39f920e6606fac5618ad564 Mon Sep 17 00:00:00 2001 From: laserpants Date: Tue, 22 Mar 2016 12:10:25 +0300 Subject: [PATCH] change default settings --- lib/customshadoweffect.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/customshadoweffect.cpp b/lib/customshadoweffect.cpp index d2994e1..5f318d3 100644 --- a/lib/customshadoweffect.cpp +++ b/lib/customshadoweffect.cpp @@ -3,9 +3,9 @@ CustomShadowEffect::CustomShadowEffect(QObject *parent) : QGraphicsEffect(parent), - _distance(4.0), - _blurRadius(10.0), - _color(0, 0, 0, 80) + _distance(2), + _blurRadius(10), + _color(0, 0, 0, 40) { }