mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Use palette.window as header background color.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
parent
16986c2233
commit
9e8fa84787
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue