Skip to content

Commit

Permalink
Merge pull request AY2324S2-CS2103T-W09-1#200 from gosongying/Fix-bug
Browse files Browse the repository at this point in the history
Fix bug
  • Loading branch information
GERARDJM018 authored Apr 15, 2024
2 parents 0e99871 + c195c16 commit 424ae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.scene.control.Label?>
<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1"
title="Housekeeping Hub" minWidth="500" minHeight="600" onCloseRequest="#handleExit">
title="HouseKeeping Hub" minWidth="500" minHeight="600" onCloseRequest="#handleExit">
<icons>
<Image url="@/images/housekeepinghub.png" />
</icons>
Expand Down

0 comments on commit 424ae52

Please sign in to comment.