anzz1 / TacoTip

Better player tooltips - class colors, talents/specialization, GearScore & more - for Classic / TBC / WoTLK
8 stars 18 forks source link

Feature Request: Panel Scaling #27

Open jp1995 opened 1 year ago

jp1995 commented 1 year ago

Hi, love the addon, but I feel it's missing a scaling option. I can scale everything else, and have, down to 80%, but my tooltips are still huge. Even somehing as basic as changing the font size could enable this.

While WoW itself does have an interface scaling option, ~it's useless for anyone who isn't visually impaired, as you cannot scale the UI down, only up.~ Nevermind, it's me who is visually impaired. Nevertheless, it would still be nice to have individual scaling for the addon.

Thanks for considering

Jakobud commented 1 year ago

I've been working on this feature actually.

Before doing this, if you don't mind @anzz1 I'm going to convert the Interface Options lua to use AceConfig for a few reasons:

  1. It makes it much easier to add and move around options. Currently its very troublesome since the position of everything is in absolute coordinates.
  2. The frame will automatically become scrollable once the number of options increases beyond the space the frame has.
Jakobud commented 1 year ago

https://github.com/anzz1/TacoTip/pull/32 https://github.com/anzz1/TacoTip/pull/33