diff options
author | Jan Holesovsky <kendy@suse.cz> | 2012-06-05 16:00:51 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-06-05 16:09:59 +0200 |
commit | ef59ee5abb2f551e7a78e6ba41ba8bf351f5a034 (patch) | |
tree | a7dc1e068a3184e912ba1516661e94bcc1a2cdac /framework/source | |
parent | e1a1d1e02cf44487aa47160941877daec99601b8 (diff) |
start centre: Solid color fits the new artwork better.
Change-Id: Iee1e599ab9bcf7b6b26efb72b609309d7ba4e13d
Diffstat (limited to 'framework/source')
-rw-r--r-- | framework/source/services/backingwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/backingwindow.cxx b/framework/source/services/backingwindow.cxx index 92b0b7fff33c..1ffd4339f152 100644 --- a/framework/source/services/backingwindow.cxx +++ b/framework/source/services/backingwindow.cxx @@ -640,7 +640,7 @@ void BackingWindow::layoutButton( void BackingWindow::Paint( const Rectangle& ) { - Wallpaper aBack( GetSettings().GetStyleSettings().GetWorkspaceGradient() ); + Wallpaper aBack( GetSettings().GetStyleSettings().GetWorkspaceColor() ); Region aClip( Rectangle( Point( 0, 0 ), GetOutputSizePixel() ) ); Rectangle aBmpRect(maControlRect); aBmpRect.Left() -= nShadowLeft; |