fix(StatusBaseInput): fix typo in verticalAlignement
This commit is contained in:
parent
82e1845056
commit
1a5990f24b
@ -119,10 +119,10 @@ Item {
|
||||
*/
|
||||
property alias focussed: edit.activeFocus
|
||||
/*!
|
||||
\qmlproperty alias StatusBaseInput::verticalAlignmet
|
||||
This property holds a reference to the TextEdit component's verticalAlignmet property.
|
||||
\qmlproperty alias StatusBaseInput::verticalAlignment
|
||||
This property holds a reference to the TextEdit component's verticalAlignment property.
|
||||
*/
|
||||
property alias verticalAlignmet: edit.verticalAlignment
|
||||
property alias verticalAlignment: edit.verticalAlignment
|
||||
/*!
|
||||
\qmlproperty alias StatusBaseInput::horizontalAlignment
|
||||
This property holds a reference to the TextEdit component's horizontalAlignment property.
|
||||
|
@ -23,7 +23,7 @@ Item {
|
||||
property alias color: edit.color
|
||||
property alias font: edit.font
|
||||
property alias focussed: edit.activeFocus
|
||||
property alias verticalAlignmet: edit.verticalAlignment
|
||||
property alias verticalAlignment: edit.verticalAlignment
|
||||
property alias horizontalAlignment: edit.horizontalAlignment
|
||||
|
||||
signal linkActivated(string link)
|
||||
|
Loading…
x
Reference in New Issue
Block a user