Fixed dimension of lists

This commit is contained in:
2026-05-22 18:45:20 +02:00
parent b33fe2e728
commit 06c82bb085
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
</VBox.margin>
</HBox>
<HBox fx:id="board" prefHeight="250" minHeight="250" maxHeight="250" styleClass="card-list" VBox.vgrow="NEVER">
<HBox fx:id="board" prefHeight="300" minHeight="300" maxHeight="300" styleClass="card-list" VBox.vgrow="NEVER">
<VBox.margin>
<Insets top="5" right="5" bottom="5" left="5" />
</VBox.margin>