Fix: LeaderBoard margin
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user