summaryrefslogtreecommitdiffstats
path: root/examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml')
-rw-r--r--examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml b/examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml
index 8b8523388..ecbe8d3af 100644
--- a/examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml
+++ b/examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml
@@ -122,6 +122,7 @@ Item {
height: 22
Layout.fillWidth: true
font.pointSize: 12
+ textColor: "black"
}
Text {
@@ -136,6 +137,8 @@ Item {
height: 26
Layout.fillWidth: true
font.pointSize: 12
+ textColor: "black"
+ echoMode: TextInput.Password
}
Item {