refs #943 Allow up to 72pt font in Appearance

This commit is contained in:
AkiraFukushima 2019-06-16 22:01:48 +09:00
parent 1aa8936a84
commit 0dff4909c8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
</el-select>
</el-form-item>
<el-form-item for="font-size" :label="$t('preferences.appearance.font_size')">
<el-input-number id="font-size" :value="fontSize" :min="9" :max="18" @change="updateFontSize"></el-input-number>
<el-input-number id="font-size" :value="fontSize" :min="9" :max="72" @change="updateFontSize"></el-input-number>
</el-form-item>
</el-form>
<el-form class="toot-padding section" size="small" label-position="top">