Skip to content

Commit 6a7bc8a

Browse files
authored
Merge pull request nus-cs2103-AY2021S1#89 from chunyongg/gui-logo-text
Change gui text and logo
2 parents 4ca22eb + 69cc72e commit 6a7bc8a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/main/java/seedu/address/ui/UiManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class UiManager implements Ui {
2020
public static final String ALERT_DIALOG_PANE_FIELD_ID = "alertDialogPane";
2121

2222
private static final Logger logger = LogsCenter.getLogger(UiManager.class);
23-
private static final String ICON_APPLICATION = "/images/address_book_32.png";
23+
private static final String ICON_APPLICATION = "/images/logo.png";
2424

2525
private Logic logic;
2626
private MainWindow mainWindow;

src/main/resources/images/logo.png

5.38 KB
Loading

src/main/resources/view/MainWindow.fxml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<?import javafx.scene.layout.VBox?>
1212
<?import javafx.stage.Stage?>
1313

14-
<fx:root minHeight="600" minWidth="680.0" onCloseRequest="#handleExit" title="Address App" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx/" xmlns:fx="http://javafx.com/fxml/">
14+
15+
<fx:root minHeight="600" minWidth="450" onCloseRequest="#handleExit" title="Serenity" type="javafx.stage.Stage" xmlns="http://javafx.com/javafx" xmlns:fx="http://javafx.com/fxml">
1516
<icons>
1617
<Image url="@/images/address_book_32.png" />
1718
</icons>

0 commit comments

Comments
 (0)