Skip to content

Commit

Permalink
Allow UI scale min value to be down to 25%
Browse files Browse the repository at this point in the history
this is related to #460
  • Loading branch information
MarmadileManteater committed Jan 9, 2025
1 parent efa9328 commit ad1114f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ThemeSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<FtSlider
:label="$t('Settings.Theme Settings.UI Scale')"
:default-value="uiScale"
:min-value="50"
:min-value="25"
:max-value="300"
:step="5"
value-extension="%"
Expand Down

0 comments on commit ad1114f

Please sign in to comment.