fix typo paddding -> padding

Change-Id: I49bca9ef8589e2b842dd1d32b445db95fa94e340
Reviewed-by: Pranta Ghosh Dastider <pranta.dastider@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Johnny Jazeix
2023-08-23 20:14:03 +02:00
parent 5fd559a3b7
commit 2d383da290

View File

@@ -67,7 +67,7 @@ Section {
PropertyLabel { PropertyLabel {
text: qsTr("Horizontal") 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 blockedByTemplate: !backendValues.leftPadding.isAvailable
&& !backendValues.rightPadding.isAvailable && !backendValues.rightPadding.isAvailable
} }