Skip to content

Commit

Permalink
Update EmailWindow.fxml
Browse files Browse the repository at this point in the history
Fix bug where email window had the wrong title and icon
  • Loading branch information
ChrisHo2339 committed Apr 11, 2024
1 parent 74926e2 commit 831dfb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/view/EmailWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<?import javafx.scene.layout.HBox?>
<?import javafx.stage.Stage?>

<fx:root resizable="false" title="Help" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
<fx:root resizable="false" title="Email Template" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/17" xmlns:fx="http://javafx.com/fxml/1">
<icons>
<Image url="@/images/help_icon.png" />
<Image url="@/images/address_book_32.png" />
</icons>
<scene>
<Scene>
Expand Down

0 comments on commit 831dfb7

Please sign in to comment.