vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 <Script file="TitanSoulShardCounter.lua"/>
4 <Script file="localization.lua"/>
5 <Frame parent="UIParent">
6 <Frames>
7 <Button name="TitanPanelSoulShardCounterButton" inherits="TitanPanelComboTemplate" frameStrata="FULLSCREEN" toplevel="true">
8 <Scripts>
9 <OnLoad>
10 TitanPanelSoulShardCounterButton_OnLoad();
11 TitanPanelButton_OnLoad();
12 </OnLoad>
13 </Scripts>
14 </Button>
15 </Frames>
16 </Frame>
17 <MessageFrame name="TitanPanelSoulShardCounter_WarningFrame" insertMode="BOTTOM" parent="UIParent" frameStrata="HIGH" toplevel="true">
18 <Size>
19 <AbsDimension x="512" y="100"/>
20 </Size>
21 <Anchors>
22 <Anchor point="CENTER"/>
23 </Anchors>
24 <FontString inherits="ErrorFont" justifyH="CENTER"/>
25 </MessageFrame>
26 </Ui>