WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Default tooltip (https://www.wowinterface.com/forums/showthread.php?t=43303)

Kendian 04-20-12 04:37 PM

Default tooltip
 
1 Attachment(s)
Is there anyway to re-size default tool tip? I use tool tip add on, but the tool tip that comes up for lfg/lfr/lfb or when I type /fstack does not re-size, its still a tad too large, making font look bad. I figured out how to re-size tool tip on the look for groups (resizing the actual frame scale of lfr etc) but the tool tip for /fstack still is too large.

Phanx 04-20-12 09:30 PM

What do you mean by "resize"? Do you want to scale the entire tooltip? Change the font sizes used in the tooltip's font strings? Something else? If you are already using some code that works for other tooltips, please post it.

Kendian 04-20-12 09:48 PM

Sorry, I confuse myself, sometimes. I want to scale default tool tip or default tool tip font down, just a tad. The tool tips that show when you mouse over lfg and lfr eye scaled down with the scale of lfg/lfr frame, respectively. The only tool tip that I cant find how to scale down, is the one that pops up when I type /fstack. It was my assumption that it was default tool tip, since I use Freebtip, and the one in screenshot is definitely not being altered by Freebtips code.

Seerah 04-20-12 10:13 PM

GameTooltip:SetScale(0.9) is how the default tooltip (and others) are scaled.

The two that you don't know how to scale aren't tooltips - they're frames that show on mouseover. ;)


/edit: LFGSearchStatus:SetScale(0.9) I'm not sure what the name of the frame shown by /fstack is called.

Phanx 04-22-12 05:06 AM

FrameStackTooltip

Kendian 04-22-12 07:56 AM

1 Attachment(s)
Perfect! Knowing the name let me add script to /fstack macro.

/fstack
/script FrameStackTooltip:SetScale(0.7)

Edit:Was a small irritation, but it got worse every time I had to look at it the wrong size. Thanks again~


All times are GMT -6. The time now is 12:50 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI