Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
return (screenHeight - availableHeight) + 6;
} else {
// on bottom
- return screenHeight - 500 - (screenHeight - availableHeight) - 6;
+ return screenHeight - 510 - (screenHeight - availableHeight) - 6;
}
} else {
// on the left or right
- return (trayIconTopCenterY - 500 + 12);
+ return (trayIconTopCenterY - 510 + 12);
}
#endif
}
LinkRole,
PointInTimeRole,
AccountConnectedRole,
- SyncFileStatusRole };
+ SyncFileStatusRole};
explicit ActivityListModel(AccountState *accountState, QObject* parent = 0);
id: trayWindow\r
visible: true\r
width: 400\r
- height: 500\r
+ height: 510\r
color: "transparent"\r
flags: Qt.FramelessWindowHint\r
\r