summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/webengine/customdialogs/forms/AuthenticationForm.ui.qml3
-rw-r--r--examples/webengine/customdialogs/forms/JavaScriptForm.ui.qml1
2 files changed, 4 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 {
diff --git a/examples/webengine/customdialogs/forms/JavaScriptForm.ui.qml b/examples/webengine/customdialogs/forms/JavaScriptForm.ui.qml
index 1c7fd29ed..7dad1090a 100644
--- a/examples/webengine/customdialogs/forms/JavaScriptForm.ui.qml
+++ b/examples/webengine/customdialogs/forms/JavaScriptForm.ui.qml
@@ -124,6 +124,7 @@ Item {
height: 22
Layout.fillWidth: true
font.pointSize: 12
+ textColor: "black"
}
Item {