summaryrefslogtreecommitdiffstats
path: root/kde/patch/kirigami2.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-02-13 22:36:12 +0100
committer Eric Hameleers <alien@slackware.com>2020-02-13 22:36:12 +0100
commitc4ebce1dc617819779a955f5d58209649efbfe31 (patch)
tree676ac791014405e17a66671b0d5b51504cec8642 /kde/patch/kirigami2.patch
parent5ee4a96400c2b27751736f9e2c301acfb6d7b720 (diff)
downloadktown-c4ebce1dc617819779a955f5d58209649efbfe31.tar.gz
ktown-c4ebce1dc617819779a955f5d58209649efbfe31.tar.xz
kirigami2: fix scrollbar behaviour
Diffstat (limited to '')
-rw-r--r--kde/patch/kirigami2.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/kde/patch/kirigami2.patch b/kde/patch/kirigami2.patch
index 4dc70bb..ab60b57 100644
--- a/kde/patch/kirigami2.patch
+++ b/kde/patch/kirigami2.patch
@@ -2,3 +2,7 @@
# Should be fixed post kirigami2 5.64.0):
#cat $CWD/patch/kirigami2/kirigami_iconview_crash.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+# Make headerParent correctly aligned when there is a scrollbar:
+# Should be fixed post kirigami2 5.67.0):
+cat $CWD/patch/kirigami2/kirigami_scrollbar.patch | patch -p1 --verbose || { touch ${SLACK_KDE_BUILD_DIR}/${PKGNAME}.failed ; continue ; }
+