diff --git a/sources/qml/AWTextEditor.qml b/sources/qml/AWTextEditor.qml index ac0de23..313f9dd 100644 --- a/sources/qml/AWTextEditor.qml +++ b/sources/qml/AWTextEditor.qml @@ -29,6 +29,9 @@ Item { QtControls.TextArea { id: textArea anchors.fill: parent + background: Rectangle { + color: "white" + } textFormat: TextEdit.PlainText QtControls.ToolTip {