Skip to content

Commit

Permalink
Merge pull request AY2324S1-CS2103T-W10-4#118 from jamesebond/Branch-UI
Browse files Browse the repository at this point in the history
UI command fixes
  • Loading branch information
teoks0199 authored Oct 29, 2023
2 parents f8dbead + cea491c commit 0bb7324
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file added src/main/resources/images/burger copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/main/resources/images/commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
<padding>
<Insets bottom="10" left="10" right="10" top="10" />
</padding>
<ImageView>
<Image url="@/images/commands.png" />
<ImageView fitWidth="340" fitHeight="480">
<image>
<Image url="@/images/commands.png" />
</image>
</ImageView>
</VBox>

Expand Down

0 comments on commit 0bb7324

Please sign in to comment.