Fix background color of UserInfo

Previously, this would change when the window lost focus, which looks strange
This commit is contained in:
Tobias Fella
2023-11-10 16:16:29 +01:00
parent 11081719a7
commit 21bb7dce21

View File

@@ -19,6 +19,12 @@ QQC2.ToolBar {
padding: 0
background: Rectangle {
color: Kirigami.Theme.backgroundColor
Kirigami.Theme.colorSet: Kirigami.Theme.Window
Kirigami.Theme.inherit: false
}
contentItem: ColumnLayout {
spacing: 0
Kirigami.Separator {