Don't over-scale SlidePageHeader text for high resolutions
This commit is contained in:
parent
24cb85f1b7
commit
3d7128a421
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ Item {
|
|||
|
||||
color: 'white'
|
||||
horizontalAlignment: Text.AlignRight
|
||||
font.pixelSize: parent.height * .4 * pgst.scalef
|
||||
font.pixelSize: parent.height * .4
|
||||
elide: Text.ElideRight
|
||||
text: parent.title
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue