From a6efa4b1124dc5b06896be616c5a96f48743da9e Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Tue, 2 Jan 2018 13:01:56 +0200 Subject: [PATCH] count shadow size in length mask size --- containment/package/contents/ui/VisibilityManager.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containment/package/contents/ui/VisibilityManager.qml b/containment/package/contents/ui/VisibilityManager.qml index ae3bd1a2a..6850a4681 100644 --- a/containment/package/contents/ui/VisibilityManager.qml +++ b/containment/package/contents/ui/VisibilityManager.qml @@ -237,7 +237,7 @@ Item{ if (root.useThemePanel){ space = root.totalPanelEdgeSpacing + root.panelMarginLength + 1; } else { - space = 2; + space = root.totalPanelEdgeSpacing + 1; } } else { space = root.totalPanelEdgeSpacing + root.panelMarginLength;