From: Matthieu Gallien Date: Wed, 7 Aug 2024 19:29:48 +0000 (+0200) Subject: let's not make the background color of main dialog be transparent X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~34^2~38 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8f942240c61bef8b75cebc3fb2a6144348521bc5;p=nextcloud-desktop.git let's not make the background color of main dialog be transparent Signed-off-by: Matthieu Gallien --- diff --git a/src/gui/tray/Window.qml b/src/gui/tray/Window.qml index 08d847176..3106a6b95 100644 --- a/src/gui/tray/Window.qml +++ b/src/gui/tray/Window.qml @@ -34,7 +34,6 @@ ApplicationWindow { // If the main dialog is displayed as a regular window we want it to be quadratic width: Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth height: Style.trayWindowHeight - color: "transparent" flags: Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint // TODO: Rather than setting all these palette colours manually,