Thread Tools Display Modes
Prev Previous Post   Next Post Next
10-14-05, 11:20 PM   #1
Vex
Premium Member
 
Vex's Avatar
Join Date: Sep 2005
Posts: 41
SetScale() ?

Code:
<Frame name="DiscordMiniDropDown" inherits="UIDropDownMenuTemplate" hidden="true" toplevel="true">
	<Size>
	<AbsDimension x="120" y="-60"/>
	</Size>
	<Anchors>
	<Anchor point="BOTTOMRIGHT" relativeto="DiscordMini_Button">
	<Offset>
	<AbsDimension x="-80" y="0"/>
	</Offset>
	</Anchor>
	</Anchors>
	<Scripts>
	<OnLoad>
	DiscordMiniDropDown:SetScale(0.7);
	DiscordMiniDropDown_OnLoad();
	</OnLoad>
	</Scripts>
</Frame>
its not shrinking my dropdownmenu

Also, i have it set to inherit "UIDropDownMenuTemplate"... how can i change the font used?

i tried adding a <FontString> bit, and i tried setting font="...." within the <Frame> but nothing's working :x
  Reply With Quote
 

WoWInterface » Developer Discussions » Lua/XML Help » SetScale() ?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off