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