Increase small font size (12 → 13)

This commit is contained in:
miruka 2019-07-05 03:27:32 -04:00
parent c70c7d555d
commit c95308106b

View File

@ -9,7 +9,7 @@ QtObject {
readonly property QtObject fontSize: QtObject {
property int smallest: 6
property int smaller: 8
property int small: 12
property int small: 13
property int normal: 16
property int big: 24
property int bigger: 32