You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
1.1 KiB

<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">
<Script file="UIDropDownMenu.lua"/>
<Include file="UIDropDownMenuTemplates.xml"/>
<Script file="EasyMenu.lua"/>
<Button name="BW_DropDownList1" toplevel="true" frameStrata="FULLSCREEN_DIALOG" inherits="BW_UIDropDownListTemplate" hidden="true" id="1">
<Size x="180" y="10"/>
<Scripts>
<OnLoad>
local fontName, fontHeight, fontFlags = _G["BW_DropDownList1Button1NormalText"]:GetFont();
BW_UIDROPDOWNMENU_DEFAULT_TEXT_HEIGHT = fontHeight;
</OnLoad>
</Scripts>
</Button>
<Button name="BW_DropDownList2" toplevel="true" frameStrata="FULLSCREEN_DIALOG" inherits="BW_UIDropDownListTemplate" clampedToScreen="true" hidden="true" id="2">
<Size x="180" y="10"/>
</Button>
<Button name="BW_DropDownList3" toplevel="true" frameStrata="FULLSCREEN_DIALOG" inherits="BW_UIDropDownListTemplate" clampedToScreen="true" hidden="true" id="3">
<Size x="180" y="10"/>
</Button>
</Ui>