Made Center (full width) the default title alignment.
This way, window title is centered with respect to background radial gradient. svn path=/trunk/KDE/kdebase/workspace/; revision=1210059
This commit is contained in:
parent
6bfb3dacfe
commit
5ca57bf518
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace Oxygen
|
|||
//__________________________________________________
|
||||
Configuration::Configuration( void ):
|
||||
titleAlignment_( Qt::AlignHCenter ),
|
||||
centerTitleOnFullWidth_( false ),
|
||||
centerTitleOnFullWidth_( true ),
|
||||
buttonSize_( ButtonDefault ),
|
||||
frameBorder_( BorderTiny ),
|
||||
blendColor_( BlendFromStyle ),
|
||||
|
@ -370,6 +370,7 @@ namespace Oxygen
|
|||
|
||||
return
|
||||
titleAlignment() == other.titleAlignment() &&
|
||||
centerTitleOnFullWidth() == other.centerTitleOnFullWidth() &&
|
||||
buttonSize() == other.buttonSize() &&
|
||||
frameBorder() == other.frameBorder() &&
|
||||
blendColor() == other.blendColor() &&
|
||||
|
|
Loading…
Reference in a new issue