mirror of
https://github.com/parnic/RepairBroker.git
synced 2025-06-17 01:41:52 -05:00
Fix repair popup on 10.x
This commit is contained in:
19
popup_10.xml
19
popup_10.xml
@ -1,20 +1,9 @@
|
|||||||
<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/
|
<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">
|
..\FrameXML\UI.xsd">
|
||||||
<frame name="RepairBroker_Popup" hidden="true" toplevel="true" parent="MerchantFrame" movable="true" enableMouse="true" enableKeyboard="true" frameStrata="DIALOG">
|
<frame name="RepairBroker_Popup" hidden="true" toplevel="true" parent="MerchantFrame" movable="true" enableMouse="true" enableKeyboard="true" frameStrata="DIALOG" inherits="TooltipBackdropTemplate">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="170" y="70"/>
|
<AbsDimension x="170" y="70"/>
|
||||||
</Size>
|
</Size>
|
||||||
<!-- <Backdrop name="$parentBackdrop" bgFile="Interface\DialogFrame\UI-DialogBox-Background" edgeFile="Interface\Tooltips\UI-Tooltip-Border" tile="true">
|
|
||||||
<BackgroundInsets>
|
|
||||||
<AbsInset left="4" right="4" top="4" bottom="4"/>
|
|
||||||
</BackgroundInsets>
|
|
||||||
<TileSize>
|
|
||||||
<AbsValue val="16"/>
|
|
||||||
</TileSize>
|
|
||||||
<EdgeSize>
|
|
||||||
<AbsValue val="16"/>
|
|
||||||
</EdgeSize>
|
|
||||||
</Backdrop> -->
|
|
||||||
<Anchors>
|
<Anchors>
|
||||||
<Anchor point="CENTER" relativeTo="UIParent">
|
<Anchor point="CENTER" relativeTo="UIParent">
|
||||||
<Offset x="0" y="100"/>
|
<Offset x="0" y="100"/>
|
||||||
@ -49,7 +38,7 @@
|
|||||||
</layer>
|
</layer>
|
||||||
</layers>
|
</layers>
|
||||||
<frames>
|
<frames>
|
||||||
<Button name="$parent_Close" inherits="OptionsListButtonTemplate" text="X">
|
<Button name="$parent_Close" inherits="UIPanelButtonTemplate" text="X">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="16" y="16"/>
|
<AbsDimension x="16" y="16"/>
|
||||||
</Size>
|
</Size>
|
||||||
@ -64,7 +53,7 @@
|
|||||||
</OnClick>
|
</OnClick>
|
||||||
</Scripts>
|
</Scripts>
|
||||||
</Button>
|
</Button>
|
||||||
<Button name="$parent_Repair" inherits="OptionsListButtonTemplate" text="Repair">
|
<Button name="$parent_Repair" inherits="UIPanelButtonTemplate" text="Repair">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="80" y="16"/>
|
<AbsDimension x="80" y="16"/>
|
||||||
</Size>
|
</Size>
|
||||||
@ -86,7 +75,7 @@
|
|||||||
</OnLeave>
|
</OnLeave>
|
||||||
</Scripts>
|
</Scripts>
|
||||||
</Button>
|
</Button>
|
||||||
<Button name="$parent_GuildRepair" inherits="OptionsListButtonTemplate" text="GuildRepair">
|
<Button name="$parent_GuildRepair" inherits="UIPanelButtonTemplate" text="GuildRepair">
|
||||||
<Size>
|
<Size>
|
||||||
<AbsDimension x="80" y="16"/>
|
<AbsDimension x="80" y="16"/>
|
||||||
</Size>
|
</Size>
|
||||||
|
Reference in New Issue
Block a user