LiteLoaderInstaller
LiteLoaderInstaller copied to clipboard
The Installer window is not resizable
By default the installer opens like this on my Windows Machine

This is due to dpi scaling that windows does by default for higher resolution screens.
A workaround (if you are using the exe installer) is to change the dpi scaling behavior for that executable. This is difficult to do with the jar version of the installer.

My suggested fix would be one of 2 things
- Allow the installer window to be resized
- some method of setting the dpi behavior on the executable (not sure if possible, never done it myself)
The DPI behaviour might be settable via the manifest, I'll look into it.