Skip to content

Commit

Permalink
Fix Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxunn committed Oct 24, 2023
1 parent 16e3922 commit 041cd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<StackPane fx:id="personListPanelPlaceholder" VBox.vgrow="ALWAYS"/>
<StackPane fx:id="viewWindowPlaceholder" visible= "false"/>
</VBox>
<StackPane fx:id="statusbarPlaceholder" VBox.vgrow="NEVER" />
<StackPane fx:id="statusbarPlaceholder" VBox.vgrow="NEVER"/>
</VBox>
</Scene>
</scene>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/view/ViewWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
<stylesheets>
<URL value="@ViewWindow.css" />
</stylesheets>
</HBox>
</HBox>

0 comments on commit 041cd7a

Please sign in to comment.