From 1a9676537f48929c53b9c72a15a5b41fd2a5b05a Mon Sep 17 00:00:00 2001 From: Jarek Kobus Date: Tue, 15 Nov 2016 14:02:59 +0100 Subject: [PATCH] Fix double space Change-Id: Iecdbf5e2f837253ccda9e67a86023614a639a828 Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/HelperWidgets/PaddingSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml index aad10455c7d..262e512f86b 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/HelperWidgets/PaddingSection.qml @@ -107,7 +107,7 @@ Section { Label { text: qsTr("Padding") - tooltip: qsTr("Padding between the content and the edges of the items.") + tooltip: qsTr("Padding between the content and the edges of the items.") } SecondColumnLayout { SpinBox {