maruohon / malilib

Library mod for masa's client-side Minecraft mods
GNU Lesser General Public License v3.0
294 stars 124 forks source link

Screen broken #113

Open Daniel99j2 opened 1 year ago

Daniel99j2 commented 1 year ago

If the GUI scale is more than 4, things overlap and go off the screen (PS: i think it's this mod that adds this style config, tell me if i'm wrong)

Screenshot_20230208_063853
maruohon commented 1 year ago

I might add a horizontal scroll bar at some point, but other than that there isn't anything that I can "fix" if the user uses a screen scale such that "only one button fits on screen".

However the development version of malilib also has an option to use a different GUI scale for just all the malilib-based screens. That way you can use a larger scale for vanilla and other mods, but then use a smaller scale for any malilib-based screens, which are designed for a 1280x720 resolution using scale 2 (so basically 640x360 usable resolution for the screen components/widgets). Anything that results in a significantly smaller effective/usable resolution is just going to look bad no matter what.

So basically this is the size and scale that things are "meant to look like": 2023-02-01_08 12 50