-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTemplates.xml
More file actions
22 lines (18 loc) · 779 Bytes
/
Copy pathTemplates.xml
File metadata and controls
22 lines (18 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--
Copyright (C) 2023 FooxyTV (simon@fooxy.tv)
All rights reserved.
Programming by: TomCat / TomCat's Gaming
-->
<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="AdventureGuideClassic_ScrollingFontTemplate_GameFontBlack" inherits="ScrollingFontTemplate" virtual="true">
<KeyValues>
<KeyValue key="fontName" value="GameFontBlack" />
</KeyValues>
</Frame>
<EventFrame name="AdventureGuideClassic_MinimalScrollBar_NoTrack" inherits="MinimalScrollBar" virtual="true">
<KeyValues>
<KeyValue key="hideTrack" value="true" type="boolean" />
</KeyValues>
</EventFrame>
</Ui>