Skip to content

Commit 4cddca2

Browse files
committed
帮助链接改为图标
1 parent fd26c24 commit 4cddca2

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

src/main/resources/com/xwintop/xJavaFxTool/fxmlView/newui/main.fxml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,14 @@
4646
<VBox>
4747
<Label text="临时记事本临时记事本临时记事本" styleClass="app-item-title"/>
4848
</VBox>
49-
<HBox spacing="10">
49+
<HBox spacing="10" alignment="CENTER">
5050
<Hyperlink text="打开应用" style="-fx-font-weight: bold"/>
5151
<Pane HBox.hgrow="ALWAYS"/>
52-
<Hyperlink text="帮助"/>
52+
<ImageView fitWidth="16" fitHeight="16" style="-fx-cursor: hand">
53+
<image>
54+
<Image url="/images/help.png"/>
55+
</image>
56+
</ImageView>
5357
</HBox>
5458
</VBox>
5559
<Pane styleClass="app-item,placeholder" />

src/main/resources/images/help.png

319 Bytes
Loading

0 commit comments

Comments
 (0)