fix shadows margins in config window

pull/1/head
Michail Vourlakos 8 years ago
parent 261283b631
commit 239d2eee55

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

Loading…
Cancel
Save