Skip to content

Commit ced406f

Browse files
ddamkeddamke
authored andcommitted
fix fxml format
1 parent 37cd8c4 commit ced406f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

src/main/resources/layouts/settings.fxml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -239,16 +239,19 @@
239239
</Label>
240240
</children>
241241
</HBox>
242-
<HBox spacing="10.0" />
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>
243251
</children>
244252
</VBox>
245253
</children>
246254
</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>
252255
</children>
253256
</VBox>
254257
<VBox styleClass="menuBorder">
@@ -277,7 +280,7 @@
277280
</HBox>
278281
<HBox spacing="10.0">
279282
<children>
280-
<CheckBox fx:id="emptyNoteReminderOnlyForWorkEntryCheckBox" mnemonicParsing="false" text="only from project marked as work" wrapText="true" HBox.hgrow="NEVER">
283+
<CheckBox fx:id="emptyNoteReminderOnlyForWorkEntryCheckBox" mnemonicParsing="false" text="only for project marked as work" wrapText="true" HBox.hgrow="NEVER">
281284
<font>
282285
<Font name="Open Sans Regular" size="12.0" />
283286
</font>

0 commit comments

Comments
 (0)