author | llornkcor <llornkcor> | 2005-08-12 02:00:00 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2005-08-12 02:00:00 (UTC) |
commit | 374d60dacd347a947d5833b21cd73793ffb057ca (patch) (unidiff) | |
tree | d63f544aaec56e58c8b8d37675d8170166aaaa9e /noncore | |
parent | a1b3e5bac75575be3e22b7361d7a4820761403c1 (diff) | |
download | opie-374d60dacd347a947d5833b21cd73793ffb057ca.zip opie-374d60dacd347a947d5833b21cd73793ffb057ca.tar.gz opie-374d60dacd347a947d5833b21cd73793ffb057ca.tar.bz2 |
revert but leave in new stuff
-rw-r--r-- | noncore/applets/volumeapplet2/volumeapplet.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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() | |||
171 | 171 | ||
172 | void VolumeApplet::paintEvent( QPaintEvent* ) | 172 | void VolumeApplet::paintEvent( QPaintEvent* ) |
173 | { | 173 | { |
174 | QPainter p ( this ); | 174 | QPainter p(this); |
175 | p.drawPixmap(0, 2, _pixmap ); | ||
175 | 176 | ||
177 | /* | ||
176 | p. drawPixmap ( (width()- _pixmap->width())/2, QMAX( (height()-4-_pixmap->height() )/2, 1), *_pixmap ); | 178 | p. drawPixmap ( (width()- _pixmap->width())/2, QMAX( (height()-4-_pixmap->height() )/2, 1), *_pixmap ); |
177 | p. setPen ( darkGray ); | 179 | p. setPen ( darkGray ); |
178 | p. drawRect ( 1, height() - 4, width() - 2, 4 ); | 180 | p. drawRect ( 1, height() - 4, width() - 2, 4 ); |
@@ -184,6 +186,7 @@ void VolumeApplet::paintEvent( QPaintEvent* ) | |||
184 | int pixelsWide = volPercent * ( width() - 4 ) / 100; | 186 | int pixelsWide = volPercent * ( width() - 4 ) / 100; |
185 | p. fillRect ( 2, height() - 3, pixelsWide, 2, red ); | 187 | p. fillRect ( 2, height() - 3, pixelsWide, 2, red ); |
186 | p. fillRect ( pixelsWide + 2, height() - 3, width() - 4 - pixelsWide, 2, lightGray ); | 188 | p. fillRect ( pixelsWide + 2, height() - 3, width() - 4 - pixelsWide, 2, lightGray ); |
189 | */ | ||
187 | 190 | ||
188 | // if ( _control-> volMuted ( )) { | 191 | // if ( _control-> volMuted ( )) { |
189 | // p. setPen ( red ); | 192 | // p. setPen ( red ); |