count shadow size in length mask size

pull/2/head
Michail Vourlakos 7 years ago
parent 99bb0a5c87
commit a6efa4b112

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

Loading…
Cancel
Save