QmlDesigner: Set property editor scale factor to 1.1

Change-Id: Ibf2db6490ec908d8a2952fa88ca42e7d4c049f3f
Reviewed-by: Brook Cronin <brook.cronin@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Thomas Hartmann
2019-07-01 16:23:26 +02:00
parent fdc7086c5f
commit 05a53204fd

View File

@@ -33,7 +33,7 @@ QtObject {
property real baseFont: 12
property real baseIconFont: 10
property real scaleFactor: 1
property real scaleFactor: 1.1
property real height: Math.round(values.baseHeight * values.scaleFactor)
property real myFontSize: Math.round(values.baseFont * values.scaleFactor)