aboutsummaryrefslogtreecommitdiffstats
path: root/packages/subapplet
diff options
context:
space:
mode:
Diffstat (limited to 'packages/subapplet')
-rw-r--r--packages/subapplet/.mtn2git_empty0
-rw-r--r--packages/subapplet/subapplet-1.0.8/.mtn2git_empty0
-rw-r--r--packages/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch11
3 files changed, 11 insertions, 0 deletions
diff --git a/packages/subapplet/.mtn2git_empty b/packages/subapplet/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/subapplet/.mtn2git_empty
diff --git a/packages/subapplet/subapplet-1.0.8/.mtn2git_empty b/packages/subapplet/subapplet-1.0.8/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/subapplet/subapplet-1.0.8/.mtn2git_empty
diff --git a/packages/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch b/packages/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch
index e69de29bb2..fede3c7cf9 100644
--- a/packages/subapplet/subapplet-1.0.8/toolbar-resize-fix.patch
+++ b/packages/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);