annotate Libs/DF/panel.xml @ 44:7f9a7d2000ea

Added tag r43-release for changeset 2681843ada1c
author Tercio
date Tue, 28 Mar 2017 19:59:18 -0300
parents 2f09fe4be15c
children 0682d738499b
rev   line source
Tercio@11 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/ .. \FrameXML\UI.xsd">
Tercio@11 2
Tercio@11 3 <Script file="panel.lua"/>
Tercio@11 4
Tercio@11 5 <Frame name="DetailsFrameworkPanelTemplate" virtual="true">
Tercio@11 6
Tercio@11 7 <Size x="100" y="100"/>
Tercio@11 8
Tercio@11 9 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true">
Tercio@11 10 <EdgeSize>
Tercio@11 11 <AbsValue val="10"/>
Tercio@11 12 </EdgeSize>
Tercio@11 13 <TileSize>
Tercio@11 14 <AbsValue val="16"/>
Tercio@11 15 </TileSize>
Tercio@11 16 <BackgroundInsets>
Tercio@11 17 <AbsInset left="1" right="1" top="0" bottom="1"/>
Tercio@11 18 </BackgroundInsets>
Tercio@11 19 </Backdrop>
Tercio@11 20
Tercio@11 21 <Scripts>
Tercio@11 22 <OnLoad>
Tercio@11 23 self.Gradient = {
Tercio@11 24 ["OnEnter"] = {0.3, 0.3, 0.3, 0.5},
Tercio@11 25 ["OnLeave"] = {0.9, 0.7, 0.7, 1}
Tercio@11 26 }
Tercio@11 27 </OnLoad>
Tercio@11 28 </Scripts>
Tercio@11 29
Tercio@11 30 </Frame>
Tercio@11 31
Tercio@11 32 </Ui>