Skip to content

Commit

Permalink
Merge pull request #218 from jovantanyk/remove-immunimate-button
Browse files Browse the repository at this point in the history
Remove immunimate button
  • Loading branch information
laney0808 authored Apr 12, 2024
2 parents a48222e + 3920df1 commit 5edc0ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<Menu mnemonicParsing="false" text="Help" style="-fx-font-family: Arial; -fx-font-size: 14px;">
<MenuItem fx:id="helpMenuItem" mnemonicParsing="false" onAction="#handleHelp" text="Help" style="-fx-font-family: Arial; -fx-font-size: 14px;" />
</Menu>
<Menu mnemonicParsing="false" text="ImmuniMate" style="-fx-font-family: Arial; -fx-font-size: 14px; -fx-font-weight: bold;" />
</MenuBar>

<StackPane fx:id="commandBoxPlaceholder" minHeight="75" prefHeight="75" prefWidth="1290" styleClass="pane-with-border" VBox.vgrow="NEVER">
Expand Down

0 comments on commit 5edc0ec

Please sign in to comment.