From 374d60dacd347a947d5833b21cd73793ffb057ca Mon Sep 17 00:00:00 2001 From: llornkcor Date: Fri, 12 Aug 2005 02:00:00 +0000 Subject: revert but leave in new stuff --- (limited to 'noncore/applets') diff --git a/noncore/applets/volumeapplet2/volumeapplet.cpp b/noncore/applets/volumeapplet2/volumeapplet.cpp index 2122007..946616f 100644 --- a/noncore/applets/volumeapplet2/volumeapplet.cpp +++ b/noncore/applets/volumeapplet2/volumeapplet.cpp @@ -171,8 +171,10 @@ int VolumeApplet::position() void VolumeApplet::paintEvent( QPaintEvent* ) { - QPainter p ( this ); + QPainter p(this); + p.drawPixmap(0, 2, _pixmap ); +/* p. drawPixmap ( (width()- _pixmap->width())/2, QMAX( (height()-4-_pixmap->height() )/2, 1), *_pixmap ); p. setPen ( darkGray ); p. drawRect ( 1, height() - 4, width() - 2, 4 ); @@ -184,6 +186,7 @@ void VolumeApplet::paintEvent( QPaintEvent* ) int pixelsWide = volPercent * ( width() - 4 ) / 100; p. fillRect ( 2, height() - 3, pixelsWide, 2, red ); p. fillRect ( pixelsWide + 2, height() - 3, width() - 4 - pixelsWide, 2, lightGray ); +*/ // if ( _control-> volMuted ( )) { // p. setPen ( red ); -- cgit v0.9.0.2