Skip to content

Commit

Permalink
Merge pull request #83 from benedictkhoomw/app-title
Browse files Browse the repository at this point in the history
Change app title to "SunRez"
  • Loading branch information
cnlinh authored Mar 17, 2021
2 parents 8de076e + 372dfb7 commit d1976f6
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 @@ -12,7 +12,7 @@
<?import javafx.scene.layout.VBox?>

<fx:root type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"
title="Address App" minWidth="450" minHeight="1000" onCloseRequest="#handleExit">
title="SunRez" minWidth="450" minHeight="1000" onCloseRequest="#handleExit">
<icons>
<Image url="@/images/address_book_32.png" />
</icons>
Expand Down

0 comments on commit d1976f6

Please sign in to comment.