add background color to textarea

This commit is contained in:
Evgenii Alekseev 2016-10-27 00:00:18 +03:00
parent ea1d5fca86
commit 89cb4b74fd

View File

@ -29,6 +29,9 @@ Item {
QtControls.TextArea {
id: textArea
anchors.fill: parent
background: Rectangle {
color: "white"
}
textFormat: TextEdit.PlainText
QtControls.ToolTip {