Increase vector font size maximum, for people who have trouble seeing small text

master
RKBoss6 2025-07-10 13:49:39 -04:00 committed by GitHub
parent 03896797ff
commit fee258b3cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
}, },
/*LANG*/"Vector Font Size": { /*LANG*/"Vector Font Size": {
value: settings.vectorsize || 10, value: settings.vectorsize || 10,
min:10, max: 20,step:1,wrap:true, min:10, max: 22,step:1,wrap:true,
onchange: (m) => {save("vectorsize", m)} onchange: (m) => {save("vectorsize", m)}
}, },
/*LANG*/"Show Clocks": { /*LANG*/"Show Clocks": {