From a81c60c238a2a596e41ec5024e11cd2823288fd7 Mon Sep 17 00:00:00 2001 From: Matthieu Gallien Date: Wed, 7 Aug 2024 21:29:48 +0200 Subject: [PATCH] let's not make the background color of main dialog be transparent Signed-off-by: Matthieu Gallien --- src/gui/tray/Window.qml | 1 - 1 file changed, 1 deletion(-) 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, -- 2.30.2