From 2a58ee1a76e1dcfa055293c5e3c24fad31678094 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 10 May 2003 16:58:33 +0000 Subject: workaround half-visible volume pixmap Note: For after Opie 1.0 we need TaskBar::height() --- (limited to 'core/applets/volumeapplet') 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 ) : QWidget( parent, name ) { setFixedWidth ( AppLnk::smallIconSize() ); - setFixedHeight ( AppLnk::smallIconSize() ); + setFixedHeight ( AppLnk::smallIconSize()+4 ); m_pixmap = new QPixmap ( Resource::loadPixmap ( "volume" )); m_dialog = new VolumeControl ( this, true, this, "volumecontrol" ); -- cgit v0.9.0.2