Skip to content

Commit 4c2308e

Browse files
ddamkeddamke
authored andcommitted
change format of settings checkbox
1 parent 3bf71eb commit 4c2308e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/main/resources/layouts/settings.fxml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -239,19 +239,16 @@
239239
</Label>
240240
</children>
241241
</HBox>
242-
<HBox spacing="10.0">
243-
<children>
244-
<CheckBox fx:id="saveWindowPositionCheckBox" mnemonicParsing="false" text="Save Position on Screen">
245-
<font>
246-
<Font name="Open Sans Regular" size="12.0" />
247-
</font>
248-
</CheckBox>
249-
</children>
250-
</HBox>
242+
<HBox spacing="10.0" />
251243
</children>
252244
</VBox>
253245
</children>
254246
</Group>
247+
<CheckBox fx:id="saveWindowPositionCheckBox" mnemonicParsing="false" text="Save Position on Screen">
248+
<font>
249+
<Font name="Open Sans Regular" size="12.0" />
250+
</font>
251+
</CheckBox>
255252
</children>
256253
</VBox>
257254
<VBox styleClass="menuBorder">
@@ -280,10 +277,13 @@
280277
</HBox>
281278
<HBox spacing="10.0">
282279
<children>
283-
<CheckBox fx:id="emptyNoteReminderOnlyForWorkEntryCheckBox" mnemonicParsing="false" text="Additional only ask for notes from project marked as work" wrapText="true" HBox.hgrow="NEVER">
280+
<CheckBox fx:id="emptyNoteReminderOnlyForWorkEntryCheckBox" mnemonicParsing="false" text="only from project marked as work" wrapText="true" HBox.hgrow="NEVER">
284281
<font>
285282
<Font name="Open Sans Regular" size="12.0" />
286283
</font>
284+
<HBox.margin>
285+
<Insets left="20.0" />
286+
</HBox.margin>
287287
</CheckBox>
288288
</children>
289289
</HBox>

0 commit comments

Comments
 (0)