ce87de9a33
- Added option for show or hide the left buttons on menu bar. - Added option for change the left buttons size in the menu bar. - Added option for delete a instance. - 'Instance Segment' Mini display now is more accuracy about telling the enemy in the segment. - Player Details Window now show all pet abilities instead of just the total pet damage. - Rework done on report texts, now the title is more shorter and also format Dps and Hps numbers. - Simple Gray and again ElvUI skins got some rework. - Added Mind Sear (mastery) for priest in the spell customization. - Fixed the stretch button strata which was making the button shows up to any other frame when hover over. - Lib HotCorner now is broker based and shows up all broker plugins in the bar. - Removed the lower instance consolidate menu. - Removed ErrorReport and SavaData plugins. - NewAPI: _detalhes:GetCombatName() returns the combat enemy, boss, battleground. - NewAPI: _detalhes:DeleteInstance (ID) erase a instance. - NewAPI: _detalhes:GetClassColor (class or actor) return the table with the color.
67 lines
1.8 KiB
XML
67 lines
1.8 KiB
XML
<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">
|
|
|
|
<Frame name="HotCornersFrameCornerTemplate" frameStrata="FULLSCREEN" virtual="true" parent="UIParent">
|
|
<Size x="1" y="1"/>
|
|
<Backdrop bgFile="Interface\DialogFrame\UI-DialogBox-Background" tile="true">
|
|
<TileSize>
|
|
<AbsValue val="40"/>
|
|
</TileSize>
|
|
<BackgroundInsets>
|
|
<AbsInset left="0" right="0" top="0" bottom="0"/>
|
|
</BackgroundInsets>
|
|
</Backdrop>
|
|
|
|
<Scripts>
|
|
<OnEnter>
|
|
HotCornersOnEnter (self)
|
|
</OnEnter>
|
|
<OnLeave>
|
|
HotCornersOnLeave (self)
|
|
</OnLeave>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame name="HotCornersQuickCornerButtonTemplate" frameStrata="FULLSCREEN" virtual="true">
|
|
<Size x="1" y="1"/>
|
|
<Anchors>
|
|
<Anchor point="TOPLEFT" relativeTo="$parent" relativePoint="TOPLEFT" x="0" y="0"/>
|
|
</Anchors>
|
|
|
|
<Scripts>
|
|
<OnCreate>
|
|
self:SetFrameLevel (self:GetParent():GetFrameLevel()+2)
|
|
</OnCreate>
|
|
<OnClick>
|
|
HotCornersOnQuickClick (self, button)
|
|
</OnClick>
|
|
<OnEnter>
|
|
HotCornersOnEnter (self:GetParent())
|
|
</OnEnter>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Frame name="HotCornersButtonTemplate" frameStrata="FULLSCREEN" hidden="true" virtual="true">
|
|
<Size x="32" y="32"/>
|
|
|
|
<Scripts>
|
|
<OnCreate>
|
|
self:SetFrameLevel (self:GetParent():GetFrameLevel()+2)
|
|
</OnCreate>
|
|
<OnEnter>
|
|
HotCornersButtonOnEnter (self)
|
|
</OnEnter>
|
|
<OnLeave>
|
|
HotCornersButtonOnLeave (self)
|
|
</OnLeave>
|
|
<OnMouseDown>
|
|
HotCornersButtonOnMouseDown (self, button)
|
|
</OnMouseDown>
|
|
<OnMouseUp>
|
|
HotCornersButtonOnMouseUp (self, button)
|
|
</OnMouseUp>
|
|
</Scripts>
|
|
</Frame>
|
|
|
|
<Script file="LibHotCorners.lua"/>
|
|
|
|
</Ui> |