Thread Tools Display Modes
04-20-12, 04:37 PM   #1
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
Default tooltip

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.
Attached Thumbnails
Click image for larger version

Name:	tooltip.jpg
Views:	703
Size:	22.4 KB
ID:	6908  
__________________

Last edited by Kendian : 04-20-12 at 04:38 PM. Reason: Spellcheck :(
  Reply With Quote
04-20-12, 09:30 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
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.
  Reply With Quote
04-20-12, 09:48 PM   #3
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
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.
__________________
  Reply With Quote
04-20-12, 10:13 PM   #4
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
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.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
04-22-12, 05:06 AM   #5
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
FrameStackTooltip
  Reply With Quote
04-22-12, 07:56 AM   #6
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
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~
Attached Thumbnails
Click image for larger version

Name:	Fstack.png
Views:	655
Size:	61.6 KB
ID:	6909  
__________________
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Default tooltip

Thread Tools
Display Modes

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