-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathframe.xml
62 lines (61 loc) · 1.9 KB
/
frame.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
<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">
<Frame name="InspectLCFrame" parent="UIParent" movable="true" enableMouse="true" hidden="true">
<Size>
<AbsDimension x="700" y="450" />
</Size>
<Anchors>
<Anchor point="CENTER" />
</Anchors>
<Backdrop bgFile="Interface\Tooltips\UI-Tooltip-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
<Color r="0" g="0" b="0" />
<BackgroundInsets>
<AbsInset left="11" right="12" top="12" bottom="11" />
</BackgroundInsets>
<TileSize>
<AbsValue val="32" />
</TileSize>
<EdgeSize>
<AbsValue val="32" />
</EdgeSize>
</Backdrop>
<Frames>
<Button name="InspectLCFrameButton" text="Close" inherits="GameMenuButtonTemplate">
<Anchors>
<Anchor point="BOTTOM" relativeTo="InspectLCFrame" relativePoint="BOTTOM">
<Offset>
<AbsDimension x="0" y="20" />
</Offset>
</Anchor>
</Anchors>
</Button>
<ScrollFrame name="InspectLCFrameScroll" inherits="UIPanelScrollFrameTemplate" toplevel="true">
<Anchors>
<Anchor point="TOP">
<Offset>
<AbsDimension x="0" y="-30"/>
</Offset>
</Anchor>
<Anchor point="BOTTOM" relativeTo="InspectLCFrameButton" relativePoint="BOTTOM">
<Offset>
<AbsDimension x="10" y="30"/>
</Offset>
</Anchor>
<Anchor point="RIGHT">
<Offset>
<AbsDimension x="-40"/>
</Offset>
</Anchor>
</Anchors>
<ScrollChild>
<EditBox name="InspectLCFrameScrollText" letters="99999" multiLine="true" autoFocus="true" enableMouse="true">
<Size>
<AbsDimension x="630" y="380"/>
</Size>
<FontString inherits="ChatFontNormal"/>
</EditBox>
</ScrollChild>
</ScrollFrame>
</Frames>
</Frame>
</Ui>