From 3a85a81bd7e6c0fdcc113dd361b29f611a8f2bb1 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 2 Jan 2021 19:25:55 +0200 Subject: [PATCH] fix paddings visuals for left edge --- .../package/contents/ui/applet/PaddingsInConfigureApplets.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml b/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml index 75c24e1c5..619504ef9 100644 --- a/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml +++ b/containment/package/contents/ui/applet/PaddingsInConfigureApplets.qml @@ -64,7 +64,7 @@ Item { AnchorChanges{ target: tailPadding - anchors.horizontalCenter: parent.horizontalCenter; anchors.verticalCenter: undefined; + anchors.horizontalCenter: undefined; anchors.verticalCenter: parent.verticalCenter; anchors.right: undefined; anchors.left: parent.left; anchors.top: undefined; anchors.bottom: undefined; } }, @@ -115,7 +115,7 @@ Item { AnchorChanges{ target: headPadding - anchors.horizontalCenter: parent.horizontalCenter; anchors.verticalCenter: undefined; + anchors.horizontalCenter: undefined; anchors.verticalCenter: parent.verticalCenter; anchors.right: parent.right; anchors.left: undefined; anchors.top: undefined; anchors.bottom: undefined; } },