Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
hoverEnabled: true
Rectangle {
- anchors.left: activityMouseArea.left
+ anchors.fill: parent
anchors.margins: 2
- width: Style.trayWindowMouseAreaWidth
- height: Style.trayWindowHeaderHeight
color: (parent.containsMouse ? Style.lightHover : "transparent")
}
\r
// Dimensions and sizes\r
property int trayWindowWidth: 400\r
- property int trayWindowMouseAreaWidth: 396\r
property int trayWindowHeight: 510\r
property int trayWindowRadius: 10\r
property int trayWindowBorderWidth: 1\r