View Single Post
06-09-09, 01:35 AM   #5
Tearstar
A Cyclonian
 
Tearstar's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 42
Originally Posted by PigtailsofDoom View Post
I am currently usingBlacksensUI1280x800 and I really like it, but a lot of the text is too small to read. I, along with two other commenters, posted this in the comment section but have yet to get a response from the author. Does anyone know how you can increase the size of a custom UI without completely messing up the layout?
I had a problem like this, My whole UI is set at a .75 scale but most of the addons out there use a default scale of 1, and many don't have options to change the scale of certain things, such as Inspect doesn't allow changing the size of the Inspect frame, many of the mail addons don't resize the mailbox frame . . . so I downloaded "Hack" and on one page I put in my scale numbers for each frame I could find, a simple list

BankFrame:SetScale(.75);
MailFrame:SetScale(.75);
CharacterModelFrame:SetScale(.75);

now all my stuff is sized right upon llogging in, (hack has a feature to run the code on load)

Great program, I recommend it to anyone who does custom UI's or addon development
__________________
Author of Mini-Targ

Magelo Profile
My Myspace
My Youtube Channel

My First Video I made for my kids - please comment and/or rate

  Reply With Quote