summaryrefslogtreecommitdiffstats
path: root/src/webenginequick/ui/AlertDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginequick/ui/AlertDialog.qml')
-rw-r--r--src/webenginequick/ui/AlertDialog.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webenginequick/ui/AlertDialog.qml b/src/webenginequick/ui/AlertDialog.qml
index 53911f0bc..e4c17b056 100644
--- a/src/webenginequick/ui/AlertDialog.qml
+++ b/src/webenginequick/ui/AlertDialog.qml
@@ -49,6 +49,7 @@ Dialog {
id: message
Layout.fillWidth: true
color: palette.windowText
+ textFormat: Text.PlainText
}
}
Item {