Skip to content

Commit 4e2ee76

Browse files
sgerbinojleclanche
authored andcommitted
Allow for overriding the text color of PasswordBox
Fixes #590
1 parent 1231b5f commit 4e2ee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/2.0/PasswordBox.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FocusScope {
3434
property alias hoverColor: txtMain.hoverColor
3535
property alias radius: txtMain.radius
3636
property alias font: txtMain.font
37-
property alias textColor: txtMain.color
37+
property alias textColor: txtMain.textColor
3838
property alias echoMode: txtMain.echoMode
3939
property alias text: txtMain.text
4040

0 commit comments

Comments
 (0)