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-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -239,19 +239,16 @@
239
239
</Label>
240
240
</children>
241
241
</HBox>
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>
242
+
<HBoxspacing="10.0" />
251
243
</children>
252
244
</VBox>
253
245
</children>
254
246
</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>
255
252
</children>
256
253
</VBox>
257
254
<VBoxstyleClass="menuBorder">
@@ -280,10 +277,13 @@
280
277
</HBox>
281
278
<HBoxspacing="10.0">
282
279
<children>
283
-
<CheckBoxfx:id="emptyNoteReminderOnlyForWorkEntryCheckBox"mnemonicParsing="false"text="Additional only ask for notes from project marked as work"wrapText="true" HBox.hgrow="NEVER">
280
+
<CheckBoxfx:id="emptyNoteReminderOnlyForWorkEntryCheckBox"mnemonicParsing="false"text="only from project marked as work"wrapText="true" HBox.hgrow="NEVER">
0 commit comments