Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 1b77b75

Browse files
committed
15 correct MainWindow.fxml's node positions
1 parent ceeb0b2 commit 1b77b75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cn/rocket/deksrt/resource/MainWindow.fxml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
<Font size="15.0" />
4848
</font></Label>
4949
</GridPane>
50-
<JFXButton fx:id="importB" buttonType="RAISED" layoutX="40.0" layoutY="25.0" onAction="#impM" prefHeight="40.0" prefWidth="100.0" ripplerFill="BLACK" stylesheets="@style.css" text="导入..." AnchorPane.leftAnchor="40.0">
50+
<JFXButton fx:id="importB" buttonType="RAISED" layoutX="40.0" layoutY="25.0" onAction="#impM" prefHeight="40.0" prefWidth="100.0" ripplerFill="BLACK" stylesheets="@style.css" text="导入...">
5151
<font>
5252
<Font size="15.0" />
5353
</font>
5454
</JFXButton>
55-
<JFXButton fx:id="exportB" buttonType="RAISED" layoutX="173.0" layoutY="25.0" onAction="#expM" prefHeight="40.0" prefWidth="100.0" ripplerFill="BLACK" stylesheets="@style.css" text="导出..." AnchorPane.leftAnchor="173.0" AnchorPane.topAnchor="25.0">
55+
<JFXButton fx:id="exportB" buttonType="RAISED" layoutX="178.0" layoutY="25.0" onAction="#expM" prefHeight="40.0" prefWidth="100.0" ripplerFill="BLACK" stylesheets="@style.css" text="导出..." AnchorPane.leftAnchor="173.0" AnchorPane.topAnchor="25.0">
5656
<font>
5757
<Font size="15.0" />
5858
</font>
5959
</JFXButton>
60-
<JFXButton fx:id="randSort" buttonType="RAISED" layoutX="436.0" layoutY="25.0" onAction="#randM" prefHeight="40.0" prefWidth="100.0" ripplerFill="BLACK" stylesheets="@style.css" text="随机排">
60+
<JFXButton fx:id="randSort" buttonType="RAISED" layoutX="442.0" layoutY="25.0" onAction="#randM" prefHeight="40.0" prefWidth="100.0" ripplerFill="BLACK" stylesheets="@style.css" text="随机排">
6161
<font>
6262
<Font size="15.0" />
6363
</font>
@@ -72,7 +72,7 @@
7272
<Font size="15.0" />
7373
</font>
7474
</JFXTextField>
75-
<JFXCheckBox fx:id="quickSwapCB" layoutX="310.0" layoutY="25.0" onAction="#quickSwapM" prefHeight="40.0" prefWidth="100.0" stylesheets="@style.css" text="快速交换">
75+
<JFXCheckBox fx:id="quickSwapCB" layoutX="316.0" layoutY="25.0" onAction="#quickSwapM" prefHeight="40.0" stylesheets="@style.css" text="快速交换">
7676
<font>
7777
<Font size="15.0" />
7878
</font>

0 commit comments

Comments
 (0)