From: rnayabed Date: Sat, 06 Feb 2021 00:07:30 +0530 Subject: work --- work --- --- 'a/pom.xml' +++ b/pom.xml @@ -70,7 +70,7 @@ com.stream_pi - action_api + actionapi ${ActionAPIVersion} --- 'a/src/main/java/com/stream_pi/server/window/firsttimeuse/FinalConfigPane.java' +++ b/src/main/java/com/stream_pi/server/window/firsttimeuse/FinalConfigPane.java @@ -15,6 +15,7 @@ import javafx.scene.control.Label; import javafx.scene.control.TextField; import javafx.scene.control.Alert.AlertType; import javafx.scene.layout.HBox; +import javafx.scene.layout.Region; import javafx.scene.layout.VBox; import javafx.stage.Stage; @@ -101,6 +102,8 @@ public class FinalConfigPane extends VBo else { Alert alert = new Alert(AlertType.ERROR); + alert.setResizable(false); + alert.getDialogPane().setPrefHeight(250); alert.setContentText("Please rectify the following errors and try again:\n"+errors.toString()); alert.show(); } --- 'a/src/main/resources/com/stream_pi/server/style.css' +++ b/src/main/resources/com/stream_pi/server/style.css @@ -211,7 +211,7 @@ .plugins_settings_each_plugin_box, .theme_settings_each_theme_box, .clients_settings_each_client_box { -fx-spacing : 5; - -fx-padding : 0 0 5 0; + -fx-padding : 10 0 10 0; } .plugins_pane_each_plugin_box_parent, .plugins_pane_each_plugin_box