From 932cb3b350748549bfdb6fdc6f080061f4340f73 Mon Sep 17 00:00:00 2001 From: sandman Date: Sun, 06 Oct 2002 22:22:17 +0000 Subject: - added a new logout menu-applet - fixed the positions of all menu applets - changed the icons for logout/suspend --- (limited to 'core/applets/suspendapplet') diff --git a/core/applets/suspendapplet/suspend.cpp b/core/applets/suspendapplet/suspend.cpp index 5966a84..e9861e8 100644 --- a/core/applets/suspendapplet/suspend.cpp +++ b/core/applets/suspendapplet/suspend.cpp @@ -18,7 +18,7 @@ SuspendApplet::~SuspendApplet ( ) int SuspendApplet::position ( ) const { - return 0; + return 2; } QString SuspendApplet::name ( ) const @@ -34,10 +34,10 @@ QString SuspendApplet::text ( ) const QIconSet SuspendApplet::icon ( ) const { QPixmap pix; - QImage img = Resource::loadImage ( "Shutdown" ); + QImage img = Resource::loadImage ( "suspend" ); if ( !img. isNull ( )) - pix. convertFromImage ( img. smoothScale ( 16, 16 )); + pix. convertFromImage ( img. smoothScale ( 14, 14 )); return pix; } -- cgit v0.9.0.2