This commit is contained in:
crschnick 2024-04-21 04:29:19 +00:00
parent a03f8d7e84
commit 409b24ff8a

View file

@ -247,7 +247,6 @@ public abstract class StoreEntryComp extends SimpleComp {
comp.apply(struc -> { comp.apply(struc -> {
struc.get().getStyleClass().remove(Styles.FLAT); struc.get().getStyleClass().remove(Styles.FLAT);
}); });
comp.grow(false, true);
}); });
return new HorizontalComp(list) return new HorizontalComp(list)
.apply(struc -> { .apply(struc -> {