We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cddca2 commit c5f13a7Copy full SHA for c5f13a7
1 file changed
src/main/resources/com/xwintop/xJavaFxTool/fxmlView/newui/main.fxml
@@ -36,7 +36,7 @@
36
<Label styleClass="app-category-title" text="最近使用" />
37
<FlowPane hgap="5" styleClass="app-layout" vgap="5">
38
<VBox spacing="5" styleClass="app-item">
39
- <HBox alignment="CENTER" style="-fx-pref-height: 40" VBox.vgrow="ALWAYS">
+ <HBox alignment="CENTER" VBox.vgrow="ALWAYS">
40
<ImageView fitWidth="40" fitHeight="40">
41
<image>
42
<Image url="/images/icon.jpg"/>
0 commit comments