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:
parent
fa18e183a3
commit
246f5ed800
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user