forked from stpain/guildbook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDebugger.xml
More file actions
52 lines (48 loc) · 2.03 KB
/
Debugger.xml
File metadata and controls
52 lines (48 loc) · 2.03 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
<UI>
<Frame name="GuildbookDebuggerListviewTemplate" mixin="GuildbookDebuggerListviewMixin" virtual="true">
<Frames>
<Frame parentKey="ScrollBox" inherits="WowScrollBoxList"/>
<EventFrame parentKey="ScrollBar" inherits="WowTrimScrollBar">
<Anchors>
<Anchor point="TOPRIGHT"/>
<Anchor point="BOTTOMRIGHT"/>
</Anchors>
</EventFrame>
</Frames>
<Scripts>
<OnLoad method="OnLoad"/>
</Scripts>
</Frame>
<Frame name="GuildbookDebuggerListviewItemTemplate" mixin="GuildbookDebuggerListviewItemTemplateMixin" enableMouse="true" virtual="true">
<Size y="24"/>
<Layers>
<Layer level="BACKGROUND">
<Texture parentKey="background" setAllPoints="true">
</Texture>
</Layer>
<Layer level="HIGHLIGHT">
<Texture parentKey="highlight" setAllPoints="true" atlas="search-highlight-large" />
</Layer>
<Layer level="OVERLAY">
<FontString parentKey="timestamp" inherits="GameFontNormal">
<Color r="1" g="1" b="1"/>
<Anchors>
<Anchor point="LEFT" x="0" y="0"/>
</Anchors>
</FontString>
<FontString parentKey="blockName" inherits="GameFontNormal">
<Color r="1" g="1" b="1"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent.timestamp" relativePoint="RIGHT" x="10" y="0"/>
</Anchors>
</FontString>
<FontString parentKey="message" inherits="GameFontNormal">
<Color r="1" g="1" b="1"/>
<Anchors>
<Anchor point="LEFT" relativeKey="$parent.blockName" relativePoint="RIGHT" x="10" y="0"/>
</Anchors>
</FontString>
</Layer>
</Layers>
</Frame>
</UI>