Skip to content

Commit

Permalink
🐛 Correcting PlaceHolderText Alignment (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssakone authored Nov 22, 2020
1 parent 2e30f04 commit dc1bc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qml/Qaterial/TextField.qml
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ T.TextField
color: _control.placeholderTextColor
textType: _control.placeholderTextType
verticalAlignment: _control.verticalAlignment
horizontalAlignment: _control.horizontalAlignment
elide: Text.ElideRight
renderType: _control.renderType
readonly property bool shouldBeVisible: (_control.title == "" || _control.activeFocus) && !_control.length && !
Expand Down

0 comments on commit dc1bc2c

Please sign in to comment.