Largest UI Size
-
Is there a generally accepted size limit of UI? Working on something that's getting out of hand size-wise
Be good to know if there's a maximum.
Thanks!
-
@DanH Most people use a 1920x1080 resolution. So definitely don't exceed that and probably stay a decent amount smaller unless you want to fill up the user's entire screen.
If you are running out space for components you could make a multi-page interface or you could remove some components ;)