mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
add background color to textarea
This commit is contained in:
parent
ea1d5fca86
commit
89cb4b74fd
@ -29,6 +29,9 @@ Item {
|
||||
QtControls.TextArea {
|
||||
id: textArea
|
||||
anchors.fill: parent
|
||||
background: Rectangle {
|
||||
color: "white"
|
||||
}
|
||||
textFormat: TextEdit.PlainText
|
||||
|
||||
QtControls.ToolTip {
|
||||
|
Loading…
Reference in New Issue
Block a user