Update numeric input increment value and enhance localization strings

This commit is contained in:
2025-12-04 02:11:46 +00:00
parent 6b9d8cdf49
commit 9e268cbc1b
4 changed files with 14 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ const Settings = ({
<FormNumericInput
value={yAxisMin}
onChange={val => onUpdateUiSetting('yAxisMin', val)}
increment={5}
increment={1}
min={0}
placeholder={t('auto')}
allowEmpty={true}