Does anyone know if it's possible to scale the menues in Deucecommander, or any of the other Fubar menus for that matter? Only way I can think of is increasing UI Scale, but that will break my UI and I would really hate to move everything in place and rescale them again for just scaling a few windows - there has to be an easier way.
Also when right-clicking the player frame, the window that appears with loot option, leave party, etc, can it be scaled as well somehow? They sort of look like eachother, but I don't know if there's a connection or not.
Any point in the right direction would be mostly appreciated!
Look at ClearFont2 for very well-documented code examples for scaling individual font strings. You'd be looking for something like UI_DROPDOWN_FONT. I'm not sure which default font string (if any) is used by Dewdrop (the library that generates the dropdown menus for DeuceCommander and many other FuBar/Ace2 addons).
Also when right-clicking the player frame, the window that appears with loot option, leave party, etc, can it be scaled as well somehow? They sort of look like eachother, but I don't know if there's a connection or not.
Any point in the right direction would be mostly appreciated!
Made a simple search of dewdrop and it seems I wasn't the only one with this problem:
http://www.wowace.com/forums/index.php?topic=3045.0
There's a simple solution to my problem there.