set drop shadow opacity

This commit is contained in:
laserpants 2016-04-29 08:33:20 +03:00
parent b9d65c07d8
commit 630440b50b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ Toggle::Toggle(QWidget *parent)
CustomShadowEffect *effect = new CustomShadowEffect;
effect->setDistance(0);
effect->setBlurRadius(6);
effect->setColor(QColor(100, 100, 100));
effect->setColor(QColor(0, 0, 0, 100));
_thumb->setGraphicsEffect(effect);
_thumb->installEventFilter(this);