Skip to content

Commit

Permalink
fix login hyperlink width
Browse files Browse the repository at this point in the history
  • Loading branch information
francescotescari committed Mar 25, 2021
1 parent 22ec2e5 commit f6ac870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/xiaomitool/v2/gui/fxml/MainFrame.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Font size="15.0" />
</font>
</Label>
<Hyperlink fx:id="LOGIN_LINK" alignment="CENTER_RIGHT" prefHeight="29.0" prefWidth="65.0" style="-fx-border-color: transparent;" text="Login">
<Hyperlink fx:id="LOGIN_LINK" alignment="CENTER_RIGHT" prefHeight="29.0" prefWidth="300.0" style="-fx-border-color: transparent;" text="Login">
<font>
<Font size="15.0" />
</font>
Expand Down

0 comments on commit f6ac870

Please sign in to comment.