quote:
Originally posted by SpunkyLoveMuff
code:
<Element xsi:type="LineElement" Id="LnVerticalLine">
<Position Top="0" Left="172" Width="1" Height="55"/>
<Size>1</Size>
<Color><GlobalColor>line</GlobalColor></Color>
</Element>
Try with
Width="0".
Width is for the width of the element, not for the line.
The line width itself is defined in
<size></size>.
The LineElement is actually a rectangle you draw with the
<position> being the coordinates of the rectangle and
<size></size> the actuall thickness of the border.
Though, even then it shouldn't happen though, and Plus! should still draw a rectangle. So this is actually a small GUI bug too I suppose. Thus report it to Patchou (mail him about it). But make sure you also include the original and complete interface xml file and not just the snippet (as sometimes how stuff is rendered depends on other things in the interface.. which is actually some bug too in itself imho).