summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Gruendl <henning.gruendl@qt.io>2022-02-22 14:16:12 +0100
committerHenning Gründl <henning.gruendl@qt.io>2022-02-22 14:08:19 +0000
commite714b04242570c6943a22355f1392d3d95b119eb (patch)
tree5b06205fcc7e5223d3a4a9b86110ce155910fec8
parent7d9bb3f7e813089f6c2a39637ef8c3371877c343 (diff)
downloadqt-creator-e714b04242570c6943a22355f1392d3d95b119eb.tar.gz
QmlDesigner: Fix shift in component type TextField
Change-Id: I5dc4f7b0887405082456b511b57598e3e6e38ec0 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
-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 a4541f165a..29d0edb14d 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
@@ -86,7 +86,7 @@ QtObject {
property real contextMenuHorizontalPadding: Math.round(6 * values.scaleFactor)
property real inputHorizontalPadding: Math.round(6 * values.scaleFactor)
- property real typeLabelVerticalShift: Math.round(5 * values.scaleFactor)
+ property real typeLabelVerticalShift: Math.round(6 * values.scaleFactor)
property real scrollBarThickness: 10