From 21bb7dce2173bb47b9e5cb4ea173e2693ec2f7ef Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Fri, 10 Nov 2023 16:16:29 +0100 Subject: [PATCH] Fix background color of UserInfo Previously, this would change when the window lost focus, which looks strange --- src/qml/UserInfoDesktop.qml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/qml/UserInfoDesktop.qml b/src/qml/UserInfoDesktop.qml index d6bea23ab..7ef92f32c 100644 --- a/src/qml/UserInfoDesktop.qml +++ b/src/qml/UserInfoDesktop.qml @@ -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 {