Don't over-scale SlidePageHeader text for high resolutions

This commit is contained in:
Thomas Perl 2014-02-07 01:28:28 +01:00
parent 24cb85f1b7
commit 3d7128a421

View file

@ -52,7 +52,7 @@ Item {
color: 'white' color: 'white'
horizontalAlignment: Text.AlignRight horizontalAlignment: Text.AlignRight
font.pixelSize: parent.height * .4 * pgst.scalef font.pixelSize: parent.height * .4
elide: Text.ElideRight elide: Text.ElideRight
text: parent.title text: parent.title
} }