fix(@desktop/activityCenter): Activity Centre's Activity tool tip is slightly off

fixes #5508
This commit is contained in:
Khushboo Mehta 2022-05-16 12:42:58 +02:00 committed by Khushboo-dev-cpp
parent 0d24a2520d
commit 83efbe6671
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ ColumnLayout {
}
membersButton.highlighted: localAccountSensitiveSettings.expandUsersList
notificationButton.visible: localAccountSensitiveSettings.isActivityCenterEnabled
notificationButton.tooltip.offset: localAccountSensitiveSettings.expandUsersList ? 0 : 14
notificationButton.tooltip.offset: localAccountSensitiveSettings.expandUsersList && membersButton.visible ? 0 : 14
notificationCount: {
if(!chatContentModule)