diff --git a/LEEME.md b/LEEME.md index 05b64f5..a6216b1 100644 --- a/LEEME.md +++ b/LEEME.md @@ -6,7 +6,7 @@ _[Click here to open documentation in english | Pulse aquí para abrir documenta Aplicación para personalizar y lanzar fácilmente un servidor de Killing Floor 2 a través de una interfaz visual en lugar de editar ficheros batch o de configuración del servidor. Ha sido desarrollado en Java y la interfaz es compatible con los S.O. Windows y Linux. ``` -Versión: 2.2.1 alpha +Versión: 2.2.1 final S.O. soportados: Microsoft Windows y Linux (Ubuntu/Debian) Plataformas soportadas: Steam y Epic Games Desarrollado por: César Rodríguez González diff --git a/README.md b/README.md index c858158..079a566 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ _[Click here to open documentation in spanish | Pulse aquí para abrir documenta Application to easily customize and launch a Killing Floor 2 server through a visual interface instead of edditing batch files or server's config files. It has been developed with Java, so the interface is compatible on Windows and Linux OS. ``` -Version: 2.2.1 alpha +Version: 2.2.1 final Supported OS: Microsoft Windows and Linux (Ubuntu/Debian) Supported platforms: Steam and Epic Games Developed by: César Rodríguez González diff --git a/src/main/java/stories/template/TemplateController.java b/src/main/java/stories/template/TemplateController.java index 5060968..ba8fd29 100644 --- a/src/main/java/stories/template/TemplateController.java +++ b/src/main/java/stories/template/TemplateController.java @@ -388,6 +388,9 @@ private void wizardMenuOnAction() { MainApplication.setTemplate(new FXMLLoader(getClass().getResource("/views/wizard-step1.fxml"))); Scene scene = new Scene(MainApplication.getTemplate().load()); MainApplication.getPrimaryStage().setScene(scene); + MainApplication.getPrimaryStage().setWidth(1024); + MainApplication.getPrimaryStage().setHeight(750); + MainApplication.getPrimaryStage().setMaximized(false); MainApplication.getPrimaryStage().show(); } catch (Exception e) { logger.error(e.getMessage(), e); diff --git a/src/main/resources/properties/config.properties b/src/main/resources/properties/config.properties index 4983fca..daf803c 100644 --- a/src/main/resources/properties/config.properties +++ b/src/main/resources/properties/config.properties @@ -1,6 +1,6 @@ # CONFIG PROPERTIES prop.config.applicationTitle=Simple Killing Floor 2 Server Launcher -prop.config.applicationVersion=2.2.1 beta 241115 +prop.config.applicationVersion=2.2.1 final 241117 prop.config.applicationResolution=1024x750 prop.config.applicationMaximized=false prop.config.selectedLanguageCode=en