mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-06-22 14:29:18 -04:00
Small fixes [stage]
This commit is contained in:
@@ -27,7 +27,7 @@ public class ErrorOverlayComp extends SimpleComp {
|
||||
var comp = Comp.of(() -> {
|
||||
var l = new TextArea();
|
||||
l.textProperty().bind(text);
|
||||
l.setWrapText(true);
|
||||
l.setWrapText(false);
|
||||
l.getStyleClass().add("error-overlay-comp");
|
||||
l.setEditable(false);
|
||||
return l;
|
||||
|
||||
@@ -29,7 +29,6 @@ public class StoreEntryFlatMiniSectionComp extends SimpleComp {
|
||||
ALL.clear();
|
||||
var depth = 0;
|
||||
for (StoreSection v : topLevel.getChildren()) {
|
||||
System.out.println(v.getWrapper().getEntry().getName() + " " + v.getChildren().size());
|
||||
add(depth, v);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user