mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-24 05:55:59 +03:00
Fix background colour for tray window (should be base as we only show item views)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
f28df730c9
commit
2ab3af5954
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ ApplicationWindow {
|
|||
radius: Systray.useNormalWindow ? 0.0 : Style.trayWindowRadius
|
||||
border.width: Style.trayWindowBorderWidth
|
||||
border.color: palette.dark
|
||||
color: palette.window
|
||||
color: palette.base
|
||||
}
|
||||
|
||||
Connections {
|
||||
|
|
Loading…
Reference in a new issue