1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-24 18:03:53 +03:00

fix handler placement in RTL

This commit is contained in:
Michail Vourlakos 2017-11-28 21:21:16 +02:00
parent fa18e183a3
commit 246f5ed800

View File

@ -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