1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 17:17:50 +03:00

fix paddings visuals for left edge

This commit is contained in:
Michail Vourlakos 2021-01-02 19:25:55 +02:00
parent 640e9b3802
commit 3a85a81bd7

View File

@ -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;
}
},