let main dialog have a transparent background again
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Tue, 27 Aug 2024 17:08:48 +0000 (19:08 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Fri, 6 Sep 2024 08:55:40 +0000 (10:55 +0200)
will fix white corners appearing below the main dialog content

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/Window.qml

index 8a38ffef1411aca870db3b624816f7010f78e146..f8831d6d44c2142304899c9065b8f1e1aff488b7 100644 (file)
@@ -35,6 +35,7 @@ ApplicationWindow {
     width:      Systray.useNormalWindow ? Style.trayWindowHeight : Style.trayWindowWidth\r
     height:     Style.trayWindowHeight\r
     flags:      Systray.useNormalWindow ? Qt.Window : Qt.Dialog | Qt.FramelessWindowHint\r
+    color: 'transparent'\r
 \r
     readonly property int maxMenuHeight: Style.trayWindowHeight - Style.trayWindowHeaderHeight - 2 * Style.trayWindowBorderWidth\r
 \r