From dc1bc2c1da713609e0f8917a503930950ce7db15 Mon Sep 17 00:00:00 2001 From: ssakone <39985611+ssakone@users.noreply.github.com> Date: Sun, 22 Nov 2020 18:26:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Correcting=20PlaceHolderText=20A?= =?UTF-8?q?lignment=20(#84)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qml/Qaterial/TextField.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/Qaterial/TextField.qml b/qml/Qaterial/TextField.qml index 5ccfd3cb..8db01452 100644 --- a/qml/Qaterial/TextField.qml +++ b/qml/Qaterial/TextField.qml @@ -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 && !