change default settings
This commit is contained in:
parent
db345d5735
commit
394347e7c6
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
CustomShadowEffect::CustomShadowEffect(QObject *parent)
|
CustomShadowEffect::CustomShadowEffect(QObject *parent)
|
||||||
: QGraphicsEffect(parent),
|
: QGraphicsEffect(parent),
|
||||||
_distance(4.0),
|
_distance(2),
|
||||||
_blurRadius(10.0),
|
_blurRadius(10),
|
||||||
_color(0, 0, 0, 80)
|
_color(0, 0, 0, 40)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue