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
icc-effect-5.14.5
Hugo Pereira Da Costa 2010-12-29 10:25:55 +00:00
parent 6bfb3dacfe
commit 5ca57bf518
1 changed files with 2 additions and 1 deletions

View File

@ -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() &&