aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qtopia/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch')
-rw-r--r--recipes-qtopia/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-qtopia/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch b/recipes-qtopia/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch
new file mode 100644
index 0000000..fede3c7
--- /dev/null
+++ b/recipes-qtopia/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch
@@ -0,0 +1,11 @@
+--- SubApplet-1.0.8/subapplet.cpp.orig 2004-05-04 00:26:22 +0200
++++ SubApplet-1.0.8/subapplet.cpp 2004-12-22 10:11:52 +0100
+@@ -115,6 +115,8 @@
+ setToggleType(QButton::Toggle);
+ setOnIconSet(QIconSet(mPixmapOpen, QIconSet::Small));
+ setOffIconSet(QIconSet(mPixmapClosed, QIconSet::Small));
++ setFixedWidth(mPixmapOpen.width());
++ setFixedHeight(mPixmapOpen.height());
+ setOn(false);
+ setDown(false);
+ setAutoRaise(mUseFlatButton);