We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3888b6 commit fd26c24Copy full SHA for fd26c24
1 file changed
src/main/resources/com/xwintop/xJavaFxTool/fxmlView/newui/main.fxml
@@ -29,6 +29,8 @@
29
<HBox alignment="BASELINE_LEFT" style="-fx-padding: 10">
30
<Label text="搜索:" />
31
<TextField prefWidth="200" styleClass="search-text" />
32
+ <Pane HBox.hgrow="ALWAYS"/>
33
+ <Hyperlink onAction="#openConfigDialog" text="设置" />
34
</HBox>
35
<VBox spacing="5" styleClass="app-category">
36
<Label styleClass="app-category-title" text="最近使用" />
@@ -115,16 +117,5 @@
115
117
</VBox>
116
118
</ScrollPane>
119
</Tab>
-<!--
- <Tab text="文本编辑"/>
120
- <Tab text="远程服务"/>
121
- <Tab text="数据库"/>
122
- <Tab text="图像影音"/>
123
- <Tab text="其他"/>
124
--->
125
</TabPane>
126
-
127
- <HBox>
128
- <Hyperlink onAction="#openConfigDialog" text="配置" />
129
- </HBox>
130
0 commit comments