Fix background color of UserInfo
Previously, this would change when the window lost focus, which looks strange
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user