From: Matthieu Gallien Date: Tue, 27 Aug 2024 17:08:48 +0000 (+0200) Subject: let main dialog have a transparent background again X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~216^2~33 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f4c51510840c77493fce217d7e4d5b38325c26f8;p=nextcloud-desktop.git let main dialog have a transparent background again will fix white corners appearing below the main dialog content Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 8a38ffef1..f8831d6d4 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -35,6 +35,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