From: rnayabed Date: Sun, 07 Feb 2021 09:35:58 +0530 Subject: minor bug fixes --- minor bug fixes --- --- '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) );