reduce warnings

pull/1/head
Michail Vourlakos 8 years ago
parent d3711258f1
commit 8fea5d6a83

@ -78,7 +78,7 @@ Item{
property real separatorRegWidth: {
if (!mainItemContainer.isSeparator)
return;
return 0;
if (!root.vertical)
return 5 + root.widthMargins;
@ -88,7 +88,7 @@ Item{
property real separatorRegHeight: {
if (!mainItemContainer.isSeparator)
return;
return 0;
if (root.vertical)
return 5 + root.heightMargins;

Loading…
Cancel
Save