-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcollapseConfig.xml
More file actions
35 lines (34 loc) · 1.83 KB
/
collapseConfig.xml
File metadata and controls
35 lines (34 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
<Button parent="Angleur_Underlight_DragRodButton" name="AngleurUnderlight_CollapseConfig" parentKey="collapseConfig" inherits="Legolando_CollapseConfigTemplate_AngleurUnderlight">
<Size x="24" y="24"/>
<Anchors>
<Anchor point="BOTTOMLEFT" relativeTo="$parent" relativePoint="BOTTOMRIGHT"/>
</Anchors>
<Scripts>
<OnLoad function="AngleurUnderlight_CollapseConfig_OnLoad"/>
</Scripts>
<Frames>
<Frame name="$parent_Checkboxes" parent="AngleurUnderlight_CollapseConfig_Popup" parentKey="checkboxes" inherits="Legolando_CheckboxesTemplate_AngleurUnderlight">
<Size x="1" y="1"/>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT" x="20" y="-28"/>
</Anchors>
<Frames>
<Frame parentKey="checkbox1" inherits="Legolando_CheckboxFrameTemplate_AngleurUnderlight">
<Size x="26" y="26"/>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.title" relativePoint="BOTTOMLEFT" x="8" y="-12"/>
</Anchors>
</Frame>
<Frame parentKey="checkbox2" inherits="Legolando_CheckboxFrameTemplate_AngleurUnderlight">
<Size x="26" y="26"/>
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.title" relativePoint="BOTTOMLEFT" x="8" y="-36"/>
</Anchors>
</Frame>
</Frames>
</Frame>
</Frames>
</Button>
</Ui>