changed default glow configuration to have larger glow and lighter colors
svn path=/trunk/KDE/kdebase/workspace/; revision=1034011
This commit is contained in:
parent
d614414bac
commit
7bfdee649b
1 changed files with 3 additions and 3 deletions
|
@ -42,12 +42,12 @@ namespace Oxygen
|
||||||
if( colorGroup == QPalette::Active )
|
if( colorGroup == QPalette::Active )
|
||||||
{
|
{
|
||||||
|
|
||||||
shadowSize_ = 25;
|
shadowSize_ = 29;
|
||||||
horizontalOffset_ = 0;
|
horizontalOffset_ = 0;
|
||||||
verticalOffset_ = 0.1;
|
verticalOffset_ = 0.1;
|
||||||
|
|
||||||
innerColor_ = QColor( "#0070D2" );
|
innerColor_ = QColor( "#70EFFF" );
|
||||||
outerColor_ = QColor( "#6ABAFF" );
|
outerColor_ = QColor( "#54A7F0" );
|
||||||
outerColor2_ = calcOuterColor();
|
outerColor2_ = calcOuterColor();
|
||||||
midColor_ = calcMidColor();
|
midColor_ = calcMidColor();
|
||||||
useOuterColor_ = true;
|
useOuterColor_ = true;
|
||||||
|
|
Loading…
Reference in a new issue