Fix color of Pane in room info drawer

This is temporary hack and the real solution is to add a Pane
implementation in qqc2-desktop-style
This commit is contained in:
Carl Schwan
2021-10-23 16:09:37 +02:00
committed by Tobias Fella
parent fb6745b49a
commit a146fab5a0

View File

@@ -189,8 +189,11 @@ Kirigami.OverlayDrawer {
padding: Kirigami.Units.smallSpacing
implicitWidth: parent.width
z: 2
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Window
background: Rectangle {
color: Kirigami.Theme.backgroundColor
Kirigami.Theme.inherit: false
Kirigami.Theme.colorSet: Kirigami.Theme.Window
}
contentItem: Kirigami.SearchField {
id: userListSearchField
onAccepted: sortedMessageEventModel.filterString = text;