This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Notes.xml
executable file
·119 lines (118 loc) · 5.51 KB
/
Notes.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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<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">
<Script file="Notes.lua"/>
<Button name="WelcomeBack_NotesCategoryTemplate" mixin="WelcomeBack_NotesCategoryMixin" virtual="true">
<Size y="25"/>
<Layers>
<Layer level="OVERLAY">
<FontString parentKey="Label" inherits="GameFontNormal_NoShadow">
<Size y="10"/>
<Anchors>
<Anchor point="LEFT" x="10" y="2"/>
</Anchors>
</FontString>
<FontString parentKey="Progress" inherits="GameFontHighlight_NoShadow" justifyH="RIGHT">
<Size y="12"/>
<Anchors>
<Anchor point="RIGHT" x="-26" y="2"/>
</Anchors>
</FontString>
</Layer>
<Layer level="BACKGROUND">
<Texture parentKey="LeftPiece" atlas="Professions-recipe-header-left" useAtlasSize="true">
<Anchors>
<Anchor point="LEFT" y="2"/>
</Anchors>
</Texture>
<Texture parentKey="RightPiece" atlas="Professions-recipe-header-right" useAtlasSize="true">
<Anchors>
<Anchor point="RIGHT" y="2"/>
</Anchors>
</Texture>
<Texture parentKey="CenterPiece" atlas="Professions-recipe-header-middle" useAtlasSize="false">
<Anchors>
<Anchor point="TOPLEFT" relativeKey="$parent.LeftPiece" relativePoint="TOPRIGHT"/>
<Anchor point="BOTTOMRIGHT" relativeKey="$parent.RightPiece" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Texture>
</Layer>
<Layer level="ARTWORK">
<Texture parentKey="CollapseIcon">
<Anchors>
<Anchor point="RIGHT" x="-10" y="2"/>
</Anchors>
</Texture>
</Layer>
<Layer level="HIGHLIGHT">
<Texture parentKey="CollapseIconAlphaAdd" alphaMode="ADD">
<Anchors>
<Anchor point="CENTER" relativeKey="$parent.CollapseIcon"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnEnter method="OnEnter"/>
<OnLeave method="OnLeave"/>
</Scripts>
</Button>
<Button name="WelcomeBack_NotesCharacterTemplate" mixin="WelcomeBack_NotesCharacterMixin" virtual="true">
<Size y="25"/>
<Layers>
<Layer level="OVERLAY">
<FontString parentKey="Label" inherits="GameFontHighlight_NoShadow" justifyH="LEFT">
<Size y="12"/>
</FontString>
<Texture parentKey="NoteIcon" atlas="Class" useAtlasSize="false" hidden="true">
<Size x="16" y="16"/>
<Anchors>
<Anchor point="RIGHT" x="-12" y="0"/>
</Anchors>
</Texture>
</Layer>
<Layer level="OVERLAY" textureSubLevel="2">
<Texture parentKey="SelectedOverlay" atlas="Professions_Recipe_Active" useAtlasSize="true" hidden="true">
<Anchors>
<Anchor point="CENTER" x="0" y="-1"/>
</Anchors>
</Texture>
</Layer>
<Layer level="HIGHLIGHT">
<Texture parentKey="HighlightOverlay" atlas="Professions_Recipe_Hover" useAtlasSize="true" alpha="0.5">
<Anchors>
<Anchor point="CENTER" x="0" y="-1"/>
</Anchors>
</Texture>
</Layer>
</Layers>
<Scripts>
<OnEnter method="OnEnter"/>
<OnLeave method="OnLeave"/>
</Scripts>
</Button>
<Button name="WelcomeBack_NotesActivityTemplate" mixin="WelcomeBack_NotesActivityMixin" inherits="WelcomeBack_NotesCategoryTemplate" virtual="true"/>
<Button name="WelcomeBack_NotesActivityCategoryTemplate" mixin="WelcomeBack_NotesActivityCategoryMixin" inherits="WelcomeBack_NotesCategoryTemplate" virtual="true"/>
<Button name="WelcomeBack_NotesEncounterTemplate" mixin="WelcomeBack_NotesEncounterMixin" inherits="WelcomeBack_NotesCharacterTemplate" virtual="true">
<Layers>
<Layer level="OVERLAY">
<FontString parentKey="Progress" inherits="GameFontHighlight_NoShadow" justifyH="RIGHT">
<Size y="12"/>
<Anchors>
<Anchor point="RIGHT" x="-26"/>
</Anchors>
</FontString>
</Layer>
</Layers>
</Button>
<Button name="WelcomeBack_NotesTrashCountTemplate" mixin="WelcomeBack_NotesTrashCountMixin" inherits="WelcomeBack_NotesCharacterTemplate" virtual="true">
<Layers>
<Layer level="OVERLAY">
<FontString parentKey="Progress" inherits="GameFontHighlight_NoShadow" justifyH="RIGHT">
<Size y="12"/>
<Anchors>
<Anchor point="RIGHT" x="-26"/>
</Anchors>
</FontString>
</Layer>
</Layers>
</Button>
</Ui>