mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-30 00:21:01 +00:00
Fix mini section size with one element
This commit is contained in:
@@ -103,8 +103,7 @@ public class StoreSectionMiniComp extends Comp<CompStructure<VBox>> {
|
||||
section.getAllChildren()) : section.getShownChildren();
|
||||
var content = new ListBoxViewComp<>(listSections, section.getAllChildren(), (StoreSection e) -> {
|
||||
return StoreSectionMiniComp.builder().section(e).augment(this.augment).build();
|
||||
}).withLimit(100)
|
||||
.hgrow();
|
||||
}).withLimit(100).minHeight(0).hgrow();
|
||||
|
||||
list.add(new HorizontalComp(List.of(content))
|
||||
.styleClass("content")
|
||||
|
||||
Reference in New Issue
Block a user