server
Clone or download
Modified Files
--- 'a/pom.xml'
+++ b/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>com.stream_pi</groupId>
- <artifactId>action_api</artifactId>
+ <artifactId>actionapi</artifactId>
<version>${ActionAPIVersion}</version>
</dependency>
--- '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