reposition applet spacer visual debugger

--this way the applet spacer visual debugger
uses the same metrics with its plasmoid
counterpart
pull/2/head
Michail Vourlakos 7 years ago
parent d4685cd492
commit 76af94b59d

@ -70,8 +70,8 @@ Item{
sourceComponent: Rectangle{
width: !root.isVertical ? hiddenSpacer.width : 1
height: !root.isVertical ? 1 : hiddenSpacer.height
x: root.isVertical ? hiddenSpacer.width/2 : 0
y: !root.isVertical ? hiddenSpacer.height /2 : 0
x: root.isVertical ? (hiddenSpacer.width + root.statesLineSize)/2 : 0
y: !root.isVertical ? (hiddenSpacer.height + root.statesLineSize)/2 : 0
border.width: 1
border.color: "red"

Loading…
Cancel
Save