Skip to content

Commit fd26c24

Browse files
committed
新版 launcher 初步布局设计
1 parent b3888b6 commit fd26c24

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

  • src/main/resources/com/xwintop/xJavaFxTool/fxmlView/newui

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<HBox alignment="BASELINE_LEFT" style="-fx-padding: 10">
3030
<Label text="搜索:" />
3131
<TextField prefWidth="200" styleClass="search-text" />
32+
<Pane HBox.hgrow="ALWAYS"/>
33+
<Hyperlink onAction="#openConfigDialog" text="设置" />
3234
</HBox>
3335
<VBox spacing="5" styleClass="app-category">
3436
<Label styleClass="app-category-title" text="最近使用" />
@@ -115,16 +117,5 @@
115117
</VBox>
116118
</ScrollPane>
117119
</Tab>
118-
<!--
119-
<Tab text="文本编辑"/>
120-
<Tab text="远程服务"/>
121-
<Tab text="数据库"/>
122-
<Tab text="图像影音"/>
123-
<Tab text="其他"/>
124-
-->
125120
</TabPane>
126-
127-
<HBox>
128-
<Hyperlink onAction="#openConfigDialog" text="配置" />
129-
</HBox>
130121
</VBox>

0 commit comments

Comments
 (0)