From: Camila Ayres Date: Thu, 12 Sep 2024 14:01:10 +0000 (+0200) Subject: Use palette.window as header background color. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~18^2~20 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7d9d9aaaa4ebb3a08f39f3f5df1c7bac6330ada9;p=nextcloud-desktop.git Use palette.window as header background color. Signed-off-by: Camila Ayres --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index f56439956..df7fc5de6 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -243,7 +243,7 @@ ApplicationWindow { anchors.right: trayWindowMainItem.right anchors.top: trayWindowMainItem.top height: Style.trayWindowHeaderHeight - color: Style.currentUserHeaderColor + color: palette.window RowLayout { id: trayWindowHeaderLayout