From 239d2eee55b6707eb550e22e2a0e0a8b890f1028 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 22 Apr 2017 23:32:12 +0300 Subject: [PATCH] fix shadows margins in config window --- shell/contents/configuration/AppearanceConfig.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell/contents/configuration/AppearanceConfig.qml b/shell/contents/configuration/AppearanceConfig.qml index 501ba09c2..ca6b8a9ef 100644 --- a/shell/contents/configuration/AppearanceConfig.qml +++ b/shell/contents/configuration/AppearanceConfig.qml @@ -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