From beda545f3d2068399982eeba62d15a50b5a076b0 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Thu, 21 Nov 2024 13:29:45 +0800 Subject: [PATCH] Remove rectangle aboce folder state indicator background in tray folders menu button Signed-off-by: Claudio Cambra --- src/gui/tray/TrayFoldersMenuButton.qml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/gui/tray/TrayFoldersMenuButton.qml b/src/gui/tray/TrayFoldersMenuButton.qml index 9ba7cf693..85fa37d09 100644 --- a/src/gui/tray/TrayFoldersMenuButton.qml +++ b/src/gui/tray/TrayFoldersMenuButton.qml @@ -94,16 +94,6 @@ HeaderButton { color: root.parentBackgroundColor anchors.centerIn: parent radius: width * Style.trayFolderStatusIndicatorRadiusFactor - z: -2 - } - - Rectangle { - id: folderStateIndicatorBackgroundMouseHover - width: Style.folderStateIndicatorSize + Style.trayFolderStatusIndicatorSizeOffset - height: width - anchors.centerIn: parent - opacity: Style.trayFolderStatusIndicatorMouseHoverOpacityFactor - radius: width * Style.trayFolderStatusIndicatorRadiusFactor z: -1 } } -- 2.30.2