Skip to content

Commit

Permalink
fix: consistent option description regarding px unit
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueGreenMagick committed Dec 28, 2024
1 parent 693f912 commit 459f836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/src/components/options/groups/GroupAppearance.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<GroupedOptions title="Appearance">
<OptionNumber bind:value={$fontSizeConfig} title="Font size" min={9} max={24}>
Text size in pixels
Text size (px)
</OptionNumber>
<OptionText
bind:value={$japaneseFontConfig}
Expand Down

0 comments on commit 459f836

Please sign in to comment.