summaryrefslogtreecommitdiff
path: root/core/applets/homeapplet/home.cpp
authorsandman <sandman>2002-10-06 22:22:17 (UTC)
committer sandman <sandman>2002-10-06 22:22:17 (UTC)
commit932cb3b350748549bfdb6fdc6f080061f4340f73 (patch) (side-by-side diff)
tree2998710324342eed2b4da3dc37f09fbf42daddda /core/applets/homeapplet/home.cpp
parent685c08f1c48813f9d222446f0516b8e20635607e (diff)
downloadopie-932cb3b350748549bfdb6fdc6f080061f4340f73.zip
opie-932cb3b350748549bfdb6fdc6f080061f4340f73.tar.gz
opie-932cb3b350748549bfdb6fdc6f080061f4340f73.tar.bz2
- added a new logout menu-applet
- fixed the positions of all menu applets - changed the icons for logout/suspend
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
@@ -20,3 +20,3 @@ int HomeApplet::position ( ) const
{
- return 0;
+ return 4;
}
@@ -39,3 +39,3 @@ QIconSet HomeApplet::icon ( ) const
if ( !img. isNull ( ))
- pix. convertFromImage ( img. smoothScale ( 16, 16 ));
+ pix. convertFromImage ( img. smoothScale ( 14, 14 ));
return pix;