forked from qt-creator/qt-creator
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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user