summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-06-05 16:00:51 +0200
committerJan Holesovsky <kendy@suse.cz>2012-06-05 16:16:01 +0200
commitf1420084e0ba28f1520b0bf166bdaa9a765b97ca (patch)
treeebea8df3ad7f7ca09ced6251429f747c932774e7 /framework
parent1d8d2d45cf0aab10e9b9d5c0f7ce2334c29286c2 (diff)
start centre: Solid color fits the new artwork better.
Change-Id: Iee1e599ab9bcf7b6b26efb72b609309d7ba4e13d
Diffstat (limited to 'framework')
-rw-r--r--framework/source/services/backingwindow.cxx2
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;