From 89cb4b74fdb129a174a9a0932e1878b10eafb011 Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Thu, 27 Oct 2016 00:00:18 +0300 Subject: [PATCH] add background color to textarea --- sources/qml/AWTextEditor.qml | 3 +++ 1 file changed, 3 insertions(+) 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 {