comparison Modules/BuffFrame.xml @ 108:a41f6b74709a

- Handler number and boolean cluster arguments as positioning priority layer and "always top" respectively - Use SetShown and IsShown instead of IsVisible in doing full re-anchor checks
author Nick@Zahhak
date Sat, 25 Feb 2017 11:42:07 -0500
parents 5476337198ec
children 7c77fde36287
comparison
equal deleted inserted replaced
107:ff00679a7817 108:a41f6b74709a
65 <FontString name="$parentCount" parentKey="count" inherits="VeneerNumberFontLarge"> 65 <FontString name="$parentCount" parentKey="count" inherits="VeneerNumberFontLarge">
66 <Anchors> 66 <Anchors>
67 <Anchor point="TOPRIGHT" x="-2" y="-2" /> 67 <Anchor point="TOPRIGHT" x="-2" y="-2" />
68 </Anchors> 68 </Anchors>
69 </FontString> 69 </FontString>
70 <FontString name="$parentValue1" parentKey="Value1" inherits="VeneerNumberFont">
71 <Anchors>
72 <Anchor point="TOPLEFT" x="2" y="-2" />
73 </Anchors>
74 <Color r="0" g="1" b="0" />
75 </FontString>
76 <FontString name="$parentValue2" parentKey="Value2" inherits="VeneerNumberFont">
77 <Anchors>
78 <Anchor point="TOPLEFT" x="0" y="-2" relativeTo="BOTTOMELFT" relativeKey="$parent.Value1" />
79 </Anchors>
80 <Color r="0" g="1" b="1" />
81 </FontString>
82 <FontString name="$parentValue3" parentKey="Value3" inherits="VeneerNumberFont">
83 <Anchors>
84 <Anchor point="TOPLEFT" x="0" y="-2" relativeTo="BOTTOMELFT" relativeKey="$parent.Value1" />
85 </Anchors>
86 <Color r="1" g="1" b="0" />
87 </FontString>
70 </Layer> 88 </Layer>
71 </Layers> 89 </Layers>
72 </Frame> 90 </Frame>
73 </Frames> 91 </Frames>
74 </Frame> 92 </Frame>