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:
committed by
Tobias Fella
parent
fb6745b49a
commit
a146fab5a0
@@ -189,8 +189,11 @@ Kirigami.OverlayDrawer {
|
|||||||
padding: Kirigami.Units.smallSpacing
|
padding: Kirigami.Units.smallSpacing
|
||||||
implicitWidth: parent.width
|
implicitWidth: parent.width
|
||||||
z: 2
|
z: 2
|
||||||
Kirigami.Theme.inherit: false
|
background: Rectangle {
|
||||||
Kirigami.Theme.colorSet: Kirigami.Theme.Window
|
color: Kirigami.Theme.backgroundColor
|
||||||
|
Kirigami.Theme.inherit: false
|
||||||
|
Kirigami.Theme.colorSet: Kirigami.Theme.Window
|
||||||
|
}
|
||||||
contentItem: Kirigami.SearchField {
|
contentItem: Kirigami.SearchField {
|
||||||
id: userListSearchField
|
id: userListSearchField
|
||||||
onAccepted: sortedMessageEventModel.filterString = text;
|
onAccepted: sortedMessageEventModel.filterString = text;
|
||||||
|
|||||||
Reference in New Issue
Block a user