Fix: fixed scaling
This commit is contained in:
@@ -8,6 +8,8 @@ import javafx.stage.Stage;
|
||||
public class ClientLauncherGUI {
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.setProperty("glass.gtk.uiScale", "1.0");
|
||||
System.setProperty("glass.win.uiScale", "1.0");
|
||||
Application.launch(GUIApp.class, args);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user