enhancement: Limit font size to no less than 5 (#208)

Co-authored-by: xy <eq_software@foxmail.com>
This commit is contained in:
XY0797 2024-02-22 10:29:01 +08:00 committed by GitHub
parent dc4c648369
commit b18b431546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 1 deletions

View File

@ -95,7 +95,11 @@
<number>0</number> <number>0</number>
</property> </property>
<item> <item>
<widget class="QSpinBox" name="spinFontSize"/> <widget class="QSpinBox" name="spinFontSize">
<property name="minimum">
<number>5</number>
</property>
</widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer_3"> <spacer name="horizontalSpacer_3">