Skip to content

Commit

Permalink
Merge branch 'master' into Ui-update
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxutan authored Mar 25, 2024
2 parents abfac10 + 3b140c5 commit 9544b87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<?import javafx.scene.layout.VBox?>

<?import javafx.scene.layout.BorderPane?>

<?import javafx.scene.layout.HBox?>

<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1"
title="Address App" minWidth="0" minHeight="0" onCloseRequest="#handleExit">
<icons>
Expand All @@ -28,6 +28,7 @@
<BorderPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity"
xmlns="http://javafx.com/javafx/8.0.171"
xmlns:fx="http://javafx.com/fxml/1" HBox.hgrow="ALWAYS">

<top>
<MenuBar fx:id="menuBar" VBox.vgrow="NEVER">
<Menu mnemonicParsing="false" text="File">
Expand All @@ -41,7 +42,7 @@
<center>
<SplitPane dividerPositions="0.33, 0.67" HBox.hgrow="ALWAYS" prefHeight="-1" prefWidth="-1">
<items>
<HBox maxHeight="Infinity" prefHeight="-Infinity" maxWidth="Infinity" prefWidth="-Infinity" xmlns="http://javafx.com/javafx/8.0.171"
<HBox maxHeight="Infinity" prefHeight="-Infinity" maxWidth="Infinity" prefWidth="-Infinity" xmlns="http://javafx.com/javafx/8.0.171"
xmlns:fx="http://javafx.com/fxml/1">
<children>
<VBox fx:id="moduleList" spacing="5"
Expand Down Expand Up @@ -77,6 +78,7 @@
</VBox>
</children>
</HBox>

</items>
</SplitPane>

Expand Down

0 comments on commit 9544b87

Please sign in to comment.