View Single Post
10-15-17, 10:18 PM   #7
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
Originally Posted by CC_WOW View Post
Do I really need to round down any and all coordinates everywhere in the entire GUI?
No, none of this is something the average addon author should even be thinking about.

Unless you have a very compelling reason to ignore the user's UI scale, all you're doing is making your addon less accessible and more annoying to use.

As long as your frame elements are all anchored correctly, it will look right regardless of what scale they're using. Things shouldn't be shifting around when you scale them, it should look exactly the same at every scale level, just smaller or larger.
  Reply With Quote