Thread Tools Display Modes
10-26-05, 10:09 PM   #1
ReeceX
A Defias Bandit
Join Date: Oct 2005
Posts: 3
Font size in an editbox

IS there any way i can change the font size in my editbox, i want to be able to make slimmer editboxes.

Just a simple editbox, but need to know if there is away i can add a fontstring etc... to slim down the edit box and text
Code:
<EditBox name="$parent_InputBox" inherits="InputBoxTemplate" id="15">
   <Size>
      <AbsDimension x="260" y="12"/>
   </Size>
      <Anchors>
         <Anchor point="TOPLEFT">
            <Offset>
               <AbsDimension x="20" y="-50"/>
            </Offset>
         </Anchor>
      </Anchors>           
</EditBox>
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Font size in an editbox


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