no transparent background for main ApplicationWindow
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 25 Nov 2024 10:00:07 +0000 (11:00 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 25 Nov 2024 13:41:06 +0000 (13:41 +0000)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/MainWindow.qml

index 3f80f58c6d1cbc9e06587f1eb0fd13182a762094..2a81a493e7fa8ed5f2b3e7fca7d49e0527ba8bda 100644 (file)
@@ -36,7 +36,6 @@ 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