-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathFrameTemplates.xml
More file actions
54 lines (52 loc) · 2.13 KB
/
Copy pathFrameTemplates.xml
File metadata and controls
54 lines (52 loc) · 2.13 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<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/ https://raw.githubusercontent.com/Gethe/wow-ui-source/live/Interface/AddOns/Blizzard_SharedXML/UI.xsd">
<Frame name="TransmogLootHelper_SettingsText" mixin="TransmogLootHelper_SettingsTextMixin" virtual="true">
<Size y="28" />
<Layers>
<Layer level="OVERLAY">
<FontString parentKey="LeftText" inherits="GameFontNormal" justifyH="LEFT" justifyV="TOP">
<Anchors>
<Anchor point="TOPLEFT" x="37" y="-8" />
</Anchors>
</FontString>
<FontString parentKey="MiddleText" inherits="GameFontNormal" justifyH="LEFT" justifyV="TOP">
<Anchors>
<Anchor point="TOPLEFT" x="240" y="-8" />
</Anchors>
</FontString>
<FontString parentKey="RightText" inherits="GameFontNormal" justifyH="LEFT" justifyV="TOP">
<Anchors>
<Anchor point="TOPLEFT" x="280" y="-8" />
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
<Frame name="TransmogLootHelper_SettingsExpandTemplate" inherits="SettingsExpandableSectionTemplate" mixin="TransmogLootHelper_SettingsExpandMixin" virtual="true">
<Size y="24" />
</Frame>
<Frame name="TransmogLootHelper_SettingsItemRow" mixin="TransmogLootHelper_SettingsItemRowMixin" virtual="true">
<Size y="44"/>
<Frames>
<Button parentKey="ItemButton1" inherits="LargeItemButtonTemplate">
<Anchors>
<Anchor point="LEFT" x="10" y="0"/>
</Anchors>
</Button>
<Button parentKey="ItemButton2" inherits="LargeItemButtonTemplate">
<Anchors>
<Anchor point="LEFT" relativeKey="$parent.ItemButton1" relativePoint="RIGHT" x="4" y="0"/>
</Anchors>
</Button>
<Button parentKey="ItemButton3" inherits="LargeItemButtonTemplate">
<Anchors>
<Anchor point="LEFT" relativeKey="$parent.ItemButton2" relativePoint="RIGHT" x="4" y="0"/>
</Anchors>
</Button>
<Button parentKey="ItemButton4" inherits="LargeItemButtonTemplate">
<Anchors>
<Anchor point="LEFT" relativeKey="$parent.ItemButton3" relativePoint="RIGHT" x="4" y="0"/>
</Anchors>
</Button>
</Frames>
</Frame>
</Ui>