Skip to content

Commit 2c7e686

Browse files
author
Jan Schraff
committed
fixed settings.fxml
1 parent 7616091 commit 2c7e686

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/layouts/settings.fxml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
<children>
233233
<HBox spacing="10.0">
234234
<children>
235-
<Label fx:id="hotkeyLabel1" text="Position">
235+
<Label text="Position">
236236
<font>
237237
<Font name="Open Sans Bold" size="12.0" />
238238
</font>
@@ -241,7 +241,7 @@
241241
</HBox>
242242
<HBox spacing="10.0">
243243
<children>
244-
<CheckBox fx:id="saveWindowPositionCheckBox" mnemonicParsing="false" text="save Position on Screen">
244+
<CheckBox fx:id="saveWindowPositionCheckBox" mnemonicParsing="false" text="Save Position on Screen">
245245
<font>
246246
<Font name="Open Sans Regular" size="12.0" />
247247
</font>
@@ -262,7 +262,7 @@
262262
<children>
263263
<HBox spacing="10.0">
264264
<children>
265-
<Label fx:id="hotkeyLabel1" text="Note Reminder">
265+
<Label text="Note Reminder">
266266
<font>
267267
<Font name="Open Sans Bold" size="12.0" />
268268
</font>

0 commit comments

Comments
 (0)