Skip to content

Commit f0201be

Browse files
authored
Merge pull request #83 from JizhuoChen/branch_list2
Fix full screen bottom cut-off problem
2 parents 9afd6f5 + 4f2bcec commit f0201be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/view/MainWindow.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</padding>
4747
</StackPane>
4848

49-
<StackPane fx:id="cardContainer">
49+
<StackPane fx:id="cardContainer" VBox.vgrow="ALWAYS">
5050
<VBox fx:id="personList" styleClass="pane-with-border" minWidth="340" prefWidth="340" VBox.vgrow="ALWAYS">
5151
<padding>
5252
<Insets top="10" right="10" bottom="10" left="10" />

0 commit comments

Comments
 (0)