From: Claudio Cambra Date: Thu, 21 Nov 2024 05:29:45 +0000 (+0800) Subject: Remove rectangle aboce folder state indicator background in tray folders menu button X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~5^2~28^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=beda545f3d2068399982eeba62d15a50b5a076b0;p=nextcloud-desktop.git Remove rectangle aboce folder state indicator background in tray folders menu button Signed-off-by: Claudio Cambra --- 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 } }