From kde-commits Tue Apr 17 09:01:52 2012 From: =?utf-8?b?QXVyw6lsaWVuIEfDonRlYXU=?= Date: Tue, 17 Apr 2012 09:01:52 +0000 To: kde-commits Subject: [lightdm] themes/userbar: Expose passwordCharacter and set a more modern default Message-Id: <20120417090152.70B8BA60BB () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=133465342605808 Git commit a33c5a58e6cfd3929a3956236653bb315925fe4d by Aur=C3=A9lien G=C3= =A2teau. Committed on 17/04/2012 at 11:00. Pushed by gateau into branch 'master'. Expose passwordCharacter and set a more modern default M +2 -0 themes/userbar/TextField.qml http://commits.kde.org/lightdm/a33c5a58e6cfd3929a3956236653bb315925fe4d diff --git a/themes/userbar/TextField.qml b/themes/userbar/TextField.qml index 5001869..d4c832b 100644 --- a/themes/userbar/TextField.qml +++ b/themes/userbar/TextField.qml @@ -170,6 +170,7 @@ FocusScope { property alias cursorPosition: textInput.cursorPosition property alias readOnly: textInput.readOnly property alias echoMode: textInput.echoMode // Supports TextInput.Norm= al,TextInput.Password, TextInput.NoEcho, TextInput.PasswordEchoOnEdit + property alias passwordCharacter: textInput.passwordCharacter property alias acceptableInput: textInput.acceptableInput // read-only property alias inputMask: textInput.inputMask property alias validator: textInput.validator @@ -294,6 +295,7 @@ FocusScope { leftMargin: 2 * base.margins.left rightMargin: 2 * base.margins.right + (clearButton.opacity > 0= ? clearButton.width : 0) } + passwordCharacter: "=E2=80=A2" selectByMouse: true color: theme.textColor enabled: textField.enabled