Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
@@ -11,10 +11,8 @@ MouseArea {
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")
}
@@ -19,7 +19,6 @@ QtObject {
// Dimensions and sizes
property int trayWindowWidth: 400
- property int trayWindowMouseAreaWidth: 396
property int trayWindowHeight: 510
property int trayWindowRadius: 10
property int trayWindowBorderWidth: 1