Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103T-T12-4#236 from flyingsalsa/Update…
Browse files Browse the repository at this point in the history
…-PopUp-and-HelpWindow

Update HelpWindow.java
  • Loading branch information
flyingsalsa authored Nov 7, 2024
2 parents 9f529fc + 8a246c8 commit 287a054
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/seedu/address/ui/HelpWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ public String getDescription() {
*/
public HelpWindow(Stage root) {
super(FXML, root);

this.getRoot().setResizable(true);
this.getRoot().setMinHeight(500);
this.getRoot().setMinWidth(600);

Expand Down

0 comments on commit 287a054

Please sign in to comment.