Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
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
}
}