summaryrefslogtreecommitdiff
path: root/core/applets/homeapplet/home.cpp
Unidiff
Diffstat (limited to 'core/applets/homeapplet/home.cpp') (more/less context) (show 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 ( )
18 18
19int HomeApplet::position ( ) const 19int HomeApplet::position ( ) const
20{ 20{
21 return 0; 21 return 4;
22} 22}
23 23
24QString HomeApplet::name ( ) const 24QString HomeApplet::name ( ) const
@@ -37,7 +37,7 @@ QIconSet HomeApplet::icon ( ) const
37 QImage img = Resource::loadImage ( "home" ); 37 QImage img = Resource::loadImage ( "home" );
38 38
39 if ( !img. isNull ( )) 39 if ( !img. isNull ( ))
40 pix. convertFromImage ( img. smoothScale ( 16, 16 )); 40 pix. convertFromImage ( img. smoothScale ( 14, 14 ));
41 return pix; 41 return pix;
42} 42}
43 43