From 246f5ed800770ccc8c5a774d049ae6fb640e138c Mon Sep 17 00:00:00 2001 From: Michail Vourlakos <mvourlakos@gmail.com> Date: Tue, 28 Nov 2017 21:21:16 +0200 Subject: [PATCH] fix handler placement in RTL --- containment/package/contents/ui/ConfigOverlay.qml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/containment/package/contents/ui/ConfigOverlay.qml b/containment/package/contents/ui/ConfigOverlay.qml index 81d7c9b70..fbf894ecc 100644 --- a/containment/package/contents/ui/ConfigOverlay.qml +++ b/containment/package/contents/ui/ConfigOverlay.qml @@ -30,12 +30,7 @@ MouseArea { z: 1000 - anchors { - fill: parent - rightMargin: (plasmoid.formFactor !== PlasmaCore.Types.Vertical) ? toolBox.width : 0 - bottomMargin: (plasmoid.formFactor === PlasmaCore.Types.Vertical) ? toolBox.height : 0 - } - + anchors.fill: parent hoverEnabled: true property bool isResizingLeft: false