summaryrefslogtreecommitdiff
path: root/core/applets
authormickeyl <mickeyl>2003-05-10 16:58:33 (UTC)
committer mickeyl <mickeyl>2003-05-10 16:58:33 (UTC)
commit2a58ee1a76e1dcfa055293c5e3c24fad31678094 (patch) (unidiff)
tree8b9367ab523f0f5b3adbcd77a9debd80f7054e90 /core/applets
parent7f8b43992dffa298d84a3a293fa0a198e51d6a1c (diff)
downloadopie-2a58ee1a76e1dcfa055293c5e3c24fad31678094.zip
opie-2a58ee1a76e1dcfa055293c5e3c24fad31678094.tar.gz
opie-2a58ee1a76e1dcfa055293c5e3c24fad31678094.tar.bz2
workaround half-visible volume pixmap
Note: For after Opie 1.0 we need TaskBar::height()
Diffstat (limited to 'core/applets') (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/volumeapplet/volume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/volumeapplet/volume.cpp b/core/applets/volumeapplet/volume.cpp
index 906bb77..b129be3 100644
--- a/core/applets/volumeapplet/volume.cpp
+++ b/core/applets/volumeapplet/volume.cpp
@@ -727,7 +727,7 @@ VolumeApplet::VolumeApplet( QWidget *parent, const char *name )
727 : QWidget( parent, name ) 727 : QWidget( parent, name )
728{ 728{
729 setFixedWidth ( AppLnk::smallIconSize() ); 729 setFixedWidth ( AppLnk::smallIconSize() );
730 setFixedHeight ( AppLnk::smallIconSize() ); 730 setFixedHeight ( AppLnk::smallIconSize()+4 );
731 731
732 m_pixmap = new QPixmap ( Resource::loadPixmap ( "volume" )); 732 m_pixmap = new QPixmap ( Resource::loadPixmap ( "volume" ));
733 m_dialog = new VolumeControl ( this, true, this, "volumecontrol" ); 733 m_dialog = new VolumeControl ( this, true, this, "volumecontrol" );