summaryrefslogtreecommitdiff
path: root/core/applets/homeapplet/home.cpp
Side-by-side diff
Diffstat (limited to 'core/applets/homeapplet/home.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/homeapplet/home.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/homeapplet/home.cpp b/core/applets/homeapplet/home.cpp
index 2b726ae..3670e6d 100644
--- a/core/applets/homeapplet/home.cpp
+++ b/core/applets/homeapplet/home.cpp
@@ -18,7 +18,7 @@ HomeApplet::~HomeApplet ( )
int HomeApplet::position ( ) const
{
- return 0;
+ return 4;
}
QString HomeApplet::name ( ) const
@@ -37,7 +37,7 @@ QIconSet HomeApplet::icon ( ) const
QImage img = Resource::loadImage ( "home" );
if ( !img. isNull ( ))
- pix. convertFromImage ( img. smoothScale ( 16, 16 ));
+ pix. convertFromImage ( img. smoothScale ( 14, 14 ));
return pix;
}