Skip to content

Commit 0d39af8

Browse files
committed
Make TSS Saver/SHSH Host checkboxes horizontal
1 parent 8682122 commit 0d39af8

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

src/main/resources/airsquared/blobsaver/app/blobsaver.fxml

+11-9
Original file line numberDiff line numberDiff line change
@@ -262,18 +262,20 @@
262262
</Label>
263263
</HBox>
264264
<Region VBox.vgrow="ALWAYS"/>
265-
<CheckBox fx:id="saveToTSSSaverCheckBox" mnemonicParsing="false" text="Also save to TSS Saver"
266-
disable="${!allSignedVersionsCheckBox.selected}">
267-
<VBox.margin>
268-
<Insets left="10.0" top="5.0"/>
269-
</VBox.margin>
270-
</CheckBox>
271-
<CheckBox fx:id="saveToSHSHHostCheckBox" mnemonicParsing="false" text="Also save to SHSH Host"
272-
disable="${!allSignedVersionsCheckBox.selected}">
265+
<HBox>
273266
<VBox.margin>
274267
<Insets left="10.0" top="5.0"/>
275268
</VBox.margin>
276-
</CheckBox>
269+
<CheckBox fx:id="saveToTSSSaverCheckBox" mnemonicParsing="false" text="Also save to TSS Saver"
270+
disable="${!allSignedVersionsCheckBox.selected}">
271+
</CheckBox>
272+
<CheckBox fx:id="saveToSHSHHostCheckBox" mnemonicParsing="false" text="Also save to SHSH Host"
273+
disable="${!allSignedVersionsCheckBox.selected}">
274+
<HBox.margin>
275+
<Insets left="15.0"/>
276+
</HBox.margin>
277+
</CheckBox>
278+
</HBox>
277279
<Button maxWidth="Infinity" mnemonicParsing="false" onAction="#goButtonHandler" prefWidth="Infinity" text="Go"
278280
defaultButton="true" disable="${backgroundSettingsButton.selected}">
279281
<VBox.margin>

0 commit comments

Comments
 (0)