You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/layouts/settings.fxml
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -239,16 +239,19 @@
239
239
</Label>
240
240
</children>
241
241
</HBox>
242
-
<HBoxspacing="10.0" />
242
+
<HBoxspacing="10.0">
243
+
<children>
244
+
<CheckBoxfx:id="saveWindowPositionCheckBox"mnemonicParsing="false"text="Save Position on Screen">
245
+
<font>
246
+
<Fontname="Open Sans Regular"size="12.0" />
247
+
</font>
248
+
</CheckBox>
249
+
</children>
250
+
</HBox>
243
251
</children>
244
252
</VBox>
245
253
</children>
246
254
</Group>
247
-
<CheckBoxfx:id="saveWindowPositionCheckBox"mnemonicParsing="false"text="Save Position on Screen">
248
-
<font>
249
-
<Fontname="Open Sans Regular"size="12.0" />
250
-
</font>
251
-
</CheckBox>
252
255
</children>
253
256
</VBox>
254
257
<VBoxstyleClass="menuBorder">
@@ -277,7 +280,7 @@
277
280
</HBox>
278
281
<HBoxspacing="10.0">
279
282
<children>
280
-
<CheckBoxfx:id="emptyNoteReminderOnlyForWorkEntryCheckBox"mnemonicParsing="false"text="only from project marked as work"wrapText="true" HBox.hgrow="NEVER">
283
+
<CheckBoxfx:id="emptyNoteReminderOnlyForWorkEntryCheckBox"mnemonicParsing="false"text="only for project marked as work"wrapText="true" HBox.hgrow="NEVER">
0 commit comments