Fix: LeaderBoard margin

This commit is contained in:
rubenpirreram
2026-05-19 23:54:10 +02:00
parent c9747df64b
commit 884121f4b2
+3 -1
View File
@@ -19,7 +19,9 @@
vbarPolicy="AS_NEEDED"
style="-fx-background: transparent; -fx-background-color: transparent;"
VBox.vgrow="ALWAYS">
<VBox fx:id="rankingList" alignment="CENTER" spacing="16"/>
<VBox fx:id="rankingList" alignment="CENTER" spacing="16">
<padding><Insets top="8" right="20" bottom="8" left="20"/></padding>
</VBox>
</ScrollPane>
<Button fx:id="newGameButton" text="NUOVA PARTITA"