View Single Post
10-07-16, 02:42 AM   #7
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
One question. Isn't everything on Real UI related to the scale of UIParent?

That way you could just increase the scale of UIParent. Either by using the system settings (enable ui scale and move the slider) or by using this in chat.

Lua Code:
  1. /run SetCVar("useUiScale", 1)
  2. /run SetCVar("uiScale", 2) --add your scale here. 2 makes everything twice as big as default

Now that I think about it...That is probably why Blizzard introduced the bigger nameplate option. Nameplates are part of the worldframe and are not affected by the scale of UIParent by default.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 10-07-16 at 02:47 AM.
  Reply With Quote