server

Clone or download

minor bug fixes

Modified Files

--- 'a/src/main/java/com/stream_pi/server/window/settings/GeneralSettings.java'
+++ b/src/main/java/com/stream_pi/server/window/settings/GeneralSettings.java
@@ -92,8 +92,8 @@ public class GeneralSettings extends VBo
getChildren().addAll(
getUIInputBox("Server Name", serverNameTextField),
getUIInputBox("Port", portTextField),
- getUIInputBox("action Grid Pane action Box Size", actionGridPaneActionBoxSize),
- getUIInputBox("action Grid Pane action Box Gap", actionGridPaneActionBoxGap),
+ getUIInputBox("Grid Pane - Box Size", actionGridPaneActionBoxSize),
+ getUIInputBox("Grid Pane - Box Gap", actionGridPaneActionBoxGap),
getUIInputBoxWithDirectoryChooser("Plugins Path", pluginsPathTextField),
getUIInputBoxWithDirectoryChooser("Themes Path", themesPathTextField)
);