diff options
author | NedScott <ned@nedscott.com> | 2015-03-13 15:18:15 -0700 |
---|---|---|
committer | NedScott <ned@nedscott.com> | 2015-03-13 15:18:15 -0700 |
commit | 74d5c6895645b56c8bb15244bd549867956bbeec (patch) | |
tree | 72eb4d1e34e922d32d7757a438d65b0d658f5c5f /system | |
parent | f796d1d2ce961ace3d452553dccff96c79870d11 (diff) |
Allow smaller minimal subtitle size in settings.xml
A user requested this change and made a convincing argument for it. I'm not even sure why we force a minimal on a setting like this. If the user wants smaller subs, that seems reasonable to me and doesn't complicate anything.
Diffstat (limited to 'system')
-rw-r--r-- | system/settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml index 22852a2006..fd8e69d154 100644 --- a/system/settings/settings.xml +++ b/system/settings/settings.xml @@ -975,7 +975,7 @@ <level>1</level> <default>28</default> <constraints> - <minimum>16</minimum> + <minimum>12</minimum> <step>2</step> <maximum>74</maximum> </constraints> |