mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Re-add transparent tray window colour
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
d25846bcf5
commit
c5de64bfe4
@ -39,6 +39,7 @@ ApplicationWindow {
|
||||
width: Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth
|
||||
height: Style.trayWindowHeight
|
||||
flags: Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint
|
||||
color: "transparent"
|
||||
|
||||
readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user