source: trunk/Modules/Export/files/5.4.0/CzWoW/GameMenuFrame.xml

Last change on this file was 694, checked in by maron, 11 years ago
  • Added: deleting progress file
  • Added: addon files/5.4.0
File size: 1.1 KB
Line 
1<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/
2..\FrameXML\UI.xsd">
3 <Frame name="GameMenuFrame" parent="GameMenuFrame">
4 <Layers>
5 <Layer level="BACKGROUND">
6 <Texture name="GameMenuFrameHeader" file="Interface\DialogFrame\UI-DialogBox-Header">
7 <Size>
8 <AbsDimension x="256" y="64"/>
9 </Size>
10 <Anchors>
11 <Anchor point="TOP" relativeTo="GameMenuFrame">
12 <Offset>
13 <AbsDimension x="0" y="12"/>
14 </Offset>
15 </Anchor>
16 </Anchors>
17 </Texture>
18 <FontString name="CzWoW_MAIN_MENU" inherits="GameFontNormal" text="MAIN_MENU">
19 <Anchors>
20 <Anchor point="TOP" relativeTo="GameMenuFrameHeader">
21 <Offset>
22 <AbsDimension x="0" y="-14"/>
23 </Offset>
24 </Anchor>
25 </Anchors>
26 </FontString>
27 </Layer>
28 </Layers>
29 </Frame>
30</Ui>
Note: See TracBrowser for help on using the repository browser.