We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4826465 commit ece06abCopy full SHA for ece06ab
1 file changed
src/main/resources/com/xwintop/xJavaFxTool/fxmlView/Index.fxml
@@ -57,7 +57,7 @@
57
</HBox.margin>
58
</Button>
59
<CheckBox fx:id="singleWindowBootCheckBox" mnemonicParsing="false" text="%singleWindowBootCheckBox" />
60
- <Hyperlink onAction="#xwintopLinkOnAction" text="gitee.com/xwintop/xJavaFxTool" />
+ <Hyperlink onAction="#xwintopLinkOnAction" text="http://gitee.com/xwintop/xJavaFxTool" textFill="RED" />
61
</children>
62
</HBox>
63
</top>
0 commit comments