From: Debayan Sutradhar Date: Sat, 28 Nov 2020 16:04:43 +0530 Subject: WORK --- WORK --- --- 'a/src/main/java/com/StreamPi/Util/FormHelper/HBoxInputBox.java' +++ b/src/main/java/com/StreamPi/Util/FormHelper/HBoxInputBox.java @@ -17,9 +17,7 @@ public class HBoxInputBox extends HBox { Label label = new Label(labelText); - getChildren().addAll(label, new SpaceFiller(SpaceFiller.FillerType.HBox), textField); - setSpacing(5.0); if(enablerCheckBox != null) {