File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
src/main/resources/airsquared/blobsaver/app Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments