mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +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.right: trayWindowMainItem.right
|
||||||
anchors.top: trayWindowMainItem.top
|
anchors.top: trayWindowMainItem.top
|
||||||
height: Style.trayWindowHeaderHeight
|
height: Style.trayWindowHeaderHeight
|
||||||
color: Style.currentUserHeaderColor
|
color: palette.window
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
id: trayWindowHeaderLayout
|
id: trayWindowHeaderLayout
|
||||||
|
|
Loading…
Reference in a new issue