ensure the text fits properly and better control over text size

This commit is contained in:
Chris Cochrun 2022-09-16 16:45:18 -05:00
parent b6e29352d9
commit e05beb3857
2 changed files with 3 additions and 2 deletions

View file

@ -40,7 +40,7 @@ Item {
id: fontSizeBox
editable: true
from: 5
to: 72
to: 150
hoverEnabled: true
onValueModified: updateFontSize(value)
}