comparison MapFrame.xml @ 108:b67ba1078824

- Added some WorldMapFrame alterations to make the filter bar less obtrusive
author Nenue
date Sat, 03 Jun 2017 17:20:14 -0400
parents 4d1520186ea4
children
comparison
equal deleted inserted replaced
107:b2be2de2b133 108:b67ba1078824
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/ 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"> 2 ..\FrameXML\UI.xsd">
3 <Script file="MapFrame.lua" /> 3 <Script file="MapFrame.lua" />
4 4
5 <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin"> 5 <Frame name="WorldPlanMapFrame" mixin="WorldPlanMapFrameMixin" parent="UIParent" frameStrata="DIALOG">
6 <Scripts> 6 <Scripts>
7 <OnLoad method="OnLoad" />
8 <OnEnter method="OnEnter" />
9 <OnLeave method="OnEnter" />
7 <OnShow method="OnShow" /> 10 <OnShow method="OnShow" />
8 <OnHide method="OnHide" /> 11 <OnHide method="OnHide" />
12 <OnEvent method="OnEvent" />
9 <OnUpdate method="OnUpdate" /> 13 <OnUpdate method="OnUpdate" />
10 </Scripts> 14 </Scripts>
11 </Frame> 15 </Frame>
12 16
13 </Ui> 17 </Ui>