From 2b9c9bde910be0d43064ad3ce8e08de9be8f5b66 Mon Sep 17 00:00:00 2001 From: Ivan Olexyn Date: Sun, 12 Apr 2020 00:57:12 +0200 Subject: [PATCH] ui revamp --- src/com/olexyn/ensync/ui/Controller.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/com/olexyn/ensync/ui/Controller.java b/src/com/olexyn/ensync/ui/Controller.java index d3c3713..3629136 100644 --- a/src/com/olexyn/ensync/ui/Controller.java +++ b/src/com/olexyn/ensync/ui/Controller.java @@ -32,7 +32,7 @@ public class Controller implements Initializable { @Override public void initialize(URL url, ResourceBundle resourceBundle) { - Text end = new Text("end"); + Text end = new Text(""); end.setId("end"); Button newCollectionButton = new Button("New Collection"); @@ -46,7 +46,7 @@ public class Controller implements Initializable { List payload = Arrays.asList(new Text(""), new Text(""), new Text(""), new Text(""), newCollectionButton); - insertPayload(nodeList, payload, "", 0); + insertPayload(nodeList, payload, "end", 0); redraw(gridPane, nodeList);