From 2d383da290b807d87d3f0adf725ef38b12e1c506 Mon Sep 17 00:00:00 2001 From: Johnny Jazeix Date: Wed, 23 Aug 2023 20:14:03 +0200 Subject: [PATCH] fix typo paddding -> padding Change-Id: I49bca9ef8589e2b842dd1d32b445db95fa94e340 Reviewed-by: Pranta Ghosh Dastider Reviewed-by: Reviewed-by: Thomas Hartmann --- .../imports/HelperWidgets/PaddingSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml index e1def65263a..135c0f5cfa1 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml @@ -67,7 +67,7 @@ Section { PropertyLabel { text: qsTr("Horizontal") - tooltip: qsTr("Sets the paddding on the left and right sides of the item.") + tooltip: qsTr("Sets the padding on the left and right sides of the item.") blockedByTemplate: !backendValues.leftPadding.isAvailable && !backendValues.rightPadding.isAvailable }