TeslaCloud / flux-ce

Flux Community Edition (CE); A free and open-source Garry's Mod gamemode framework.
https://f.teslacloud.net
MIT License
26 stars 18 forks source link

Default "menu_sidebar_width" is too small for high resolutions #3

Closed AlexandrKedrov closed 5 years ago

AlexandrKedrov commented 5 years ago

The buttons' texts are not fully displayed in the main menu sidebar when using high-res monitor (for example 2560x1440). What about determining the widest character sequence of the main menu buttons (I think it can be done even in add_button method... _with leaving it with "menu_sidebarwidth" for the future devs headache lol) and updating sidebar width to the calculated value?