From a23dab51f5f0bce3294cc814efc3db402ea92116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Nilsen?= Date: Fri, 21 Aug 2009 12:37:15 +0200 Subject: Add an alpha to the drop shadow pixmap filter by the default. Shadows looks much nicer with an alpha, so we should use it by default. Reviewed-by: Gunnar --- src/gui/image/qpixmapfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/image/qpixmapfilter.cpp b/src/gui/image/qpixmapfilter.cpp index f7de80d..4b08227 100644 --- a/src/gui/image/qpixmapfilter.cpp +++ b/src/gui/image/qpixmapfilter.cpp @@ -852,7 +852,7 @@ public: QPixmapDropShadowFilterPrivate() : offset(8, 8), radius(1), - color(63, 63, 63, 255) { + color(63, 63, 63, 180) { } QPointF offset; -- cgit v0.12