Skip to content

Commit 38cd6fc

Browse files
committed
- Visual tweaks
1 parent 0d43660 commit 38cd6fc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/main/resources/stl/threebodysimulation/layouts/savesPanelLayout.fxml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
<String fx:value="primary" />
4040
</styleClass>
4141
</Button>
42+
<padding>
43+
<Insets bottom="30.0" />
44+
</padding>
4245
</HBox>
4346
</VBox>

src/main/resources/stl/threebodysimulation/layouts/sceneLayout.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Tab fx:id="settingsTab" text="Settings">
1212
</Tab>
1313
<Tab text="Saves">
14-
<ScrollPane fx:id="savesScrollPane" fitToHeight="true" fitToWidth="true" hbarPolicy="NEVER" pannable="true" prefHeight="863.0" prefWidth="400.0" style="-fx-border-color: white; -fx-border-width: 0px; -fx-background-color: white;" />
14+
<ScrollPane fx:id="savesScrollPane" fitToHeight="true" fitToWidth="true" hbarPolicy="NEVER" pannable="true" prefHeight="863.0" prefWidth="400.0" style="-fx-border-color: white; -fx-border-width: 0px; -fx-background-color: white;" vbarPolicy="ALWAYS" />
1515
</Tab>
1616
</TabPane>
1717
</left>

0 commit comments

Comments
 (0)