-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDictFrameRetail.xml
82 lines (82 loc) · 2.66 KB
/
DictFrameRetail.xml
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<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 name="DictFrameTabTemplate" inherits="PanelTabButtonTemplate" virtual="true">
<Scripts>
<OnClick>
PanelTemplates_Tab_OnClick(self, DictFrame);
DictFrame_Update();
</OnClick>
</Scripts>
</Button>
<Frame name="DictFrame" frameStrata="DIALOG" toplevel="true" parent="UIParent" inherits="BasicFrameTemplateWithInset" hidden="true">
<Size>
<AbsDimension x="600" y="428"/>
</Size>
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Layers>
<Layer>
<FontString name="DictFrameWord" inherits="GameFontNormal">
<Size>
<AbsDimension x="460" y="0"/>
</Size>
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="-6" />
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<Frames>
<ScrollFrame name="DictScrollFrame" inherits="UIPanelScrollFrameTemplate">
<Size>
<AbsDimension x="560" y="388"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DictFrame">
<Offset>
<AbsDimension x="0" y="-30" />
</Offset>
</Anchor>
</Anchors>
<ScrollChild>
<Frame name="DictScrollChildFrame">
<Size>
<AbsDimension x="540" y="428"/>
</Size>
<Layers>
<Layer>
<FontString name="DictFramePronounciation" inherits="WowDictFontPron" justifyH="LEFT">
<Size>
<AbsDimension x="520" y="0"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="20" y="-10" />
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="DictFrameDefinition" inherits="GameFontNormal" justifyH="LEFT">
<Size>
<AbsDimension x="520" y="0"/>
</Size>
</FontString>
<FontString name="DictFrameSource" inherits="WowDictFontSmall" justifyH="LEFT">
<Size>
<AbsDimension x="520" y="0"/>
</Size>
</FontString>
</Layer>
</Layers>
</Frame>
</ScrollChild>
</ScrollFrame>
</Frames>
</Frame>
</Ui>