Mercurial > wow > hansgar_and_franzok_assist
comparison Libs/DF/panel.xml @ 11:2f09fe4be15c
Added an Options Panel.
| author | Tercio |
|---|---|
| date | Mon, 20 Apr 2015 16:34:18 -0300 |
| parents | |
| children | 0682d738499b |
comparison
equal
deleted
inserted
replaced
| 10:f1e32be6773e | 11:2f09fe4be15c |
|---|---|
| 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"> | |
| 2 | |
| 3 <Script file="panel.lua"/> | |
| 4 | |
| 5 <Frame name="DetailsFrameworkPanelTemplate" virtual="true"> | |
| 6 | |
| 7 <Size x="100" y="100"/> | |
| 8 | |
| 9 <Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\DialogFrame\UI-DialogBox-Border" tile="true"> | |
| 10 <EdgeSize> | |
| 11 <AbsValue val="10"/> | |
| 12 </EdgeSize> | |
| 13 <TileSize> | |
| 14 <AbsValue val="16"/> | |
| 15 </TileSize> | |
| 16 <BackgroundInsets> | |
| 17 <AbsInset left="1" right="1" top="0" bottom="1"/> | |
| 18 </BackgroundInsets> | |
| 19 </Backdrop> | |
| 20 | |
| 21 <Scripts> | |
| 22 <OnLoad> | |
| 23 self.Gradient = { | |
| 24 ["OnEnter"] = {0.3, 0.3, 0.3, 0.5}, | |
| 25 ["OnLeave"] = {0.9, 0.7, 0.7, 1} | |
| 26 } | |
| 27 </OnLoad> | |
| 28 </Scripts> | |
| 29 | |
| 30 </Frame> | |
| 31 | |
| 32 </Ui> |
