summaryrefslogtreecommitdiff
path: root/share/qtcreator
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-07-01 16:23:26 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-07-02 09:12:01 +0000
commit05a53204fdfcbf31e1863766dbac4a28b27793b4 (patch)
tree3c114df5365465d5fb96f919d1fb4f4b7ed8948b /share/qtcreator
parentfdc7086c5faf09502412e52cc264ddea8ab4d273 (diff)
downloadqt-creator-05a53204fdfcbf31e1863766dbac4a28b27793b4.tar.gz
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>
Diffstat (limited to 'share/qtcreator')
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
index 2055572e44..81307a57b6 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
@@ -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)