Skip to content

Commit

Permalink
Modify position of copyURL button to bottom right
Browse files Browse the repository at this point in the history
  • Loading branch information
rithanisk committed Oct 15, 2024
1 parent 175e2ae commit 31c92e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/view/HelpWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<URL value="@HelpWindow.css" />
</stylesheets>

<HBox alignment="CENTER" fx:id="helpMessageContainer">
<HBox alignment="BOTTOM_RIGHT" fx:id="helpMessageContainer">
<children>
<Label fx:id="helpMessage" text="Label">
<HBox.margin>
Expand Down

0 comments on commit 31c92e5

Please sign in to comment.