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

fix shadows margins in config window

This commit is contained in:
Michail Vourlakos 2017-04-22 23:32:12 +03:00
parent 261283b631
commit 239d2eee55

View File

@ -463,7 +463,9 @@ PlasmaComponents.Page {
RowLayout{
Layout.fillWidth: true
Layout.leftMargin: units.smallSpacing / 2
Layout.leftMargin: units.smallSpacing * 2
Layout.rightMargin: units.smallSpacing * 2
spacing: 2
RowLayout {
Layout.fillWidth: true