-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed limits UI is huge #299
Comments
I also had this problem when I was on previous computer - it would fill half the screen. Yup, we're planning on redoing the whole UI. |
Duplicates #84 @RenaKunisaki I've marked this as duplicate as the work is already planned as part of #84 - please subscribe that issue instead to monitor progress. |
For now tried the following:
More can be done of course, i will continue. Can also try and replace checkboxes with icon buttons. Also should try and scale using the fixed pixel size as reference for 1920x1080 screen, and scaling up or down if the user has different screen. |
I think the flat buttons I'm working on might help here. |
see http://www.41post.com/3816/programming/unity-scaling-the-gui-based-on-the-screen-resolution
I can't see how @kvakvs suggestion would work in practice. either we have to implement a wrapper over all of GUI or our tool class would be limiting. I think we need a helper class that would provide some helper functions in this regard and maybe wrap a few commonly used GUI API. |
Yes there is going to be an UI builder helper and maybe a few new subclasses for common UI elements (buttons, panels, images etc), which will scale self properly. That's is the plan at least. |
https://steamcommunity.com/sharedfiles/filedetails/?id=1728287987 the speed limit icons are gigantic. Could stand to be the same size as the main panel.
The text was updated successfully, but these errors were encountered: