summaryrefslogtreecommitdiff
path: root/core/launcher
Side-by-side diff
Diffstat (limited to 'core/launcher') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/launcherview.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/launcher/launcherview.cpp b/core/launcher/launcherview.cpp
index 68e3245..ed39720 100644
--- a/core/launcher/launcherview.cpp
+++ b/core/launcher/launcherview.cpp
@@ -128,4 +128,4 @@ public:
{
- // int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0;
- int backgroundMode = 2;
+ int backgroundMode = QPixmap::defaultDepth() >= 12 ? 1 : 0;
+ //int backgroundMode = 2;
@@ -144,6 +144,6 @@ public:
- painter.fillRect( QRect( 0, 0, width(), height() ), QBrush( white ) );
+ painter.fillRect( QRect( 0, 0, width(), height() ), colorGroup().background().light(110));
// Overlay the Qtopia logo in the center
- QImage logo = Resource::loadImage( "qpe-logo" );
+ QImage logo = Resource::loadImage( "qpe-background" );
if ( !logo.isNull() )
@@ -164,3 +164,3 @@ public:
for ( int i = 0; i < 3; i++ ) {
- painter.setPen( white );
+ painter.setPen( colorGroup().background().light(130) );
painter.drawLine( 0, i*3, width()-1, i*3 );
@@ -174,3 +174,3 @@ public:
} else {
- p->fillRect( r, QBrush( white ) );
+ p->fillRect( r, QBrush( colorGroup().background().light(110) ) );
}