mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
SDA-4243 - Fix issue with lower-left calculation (#1909)
Signed-off-by: Kiran Niranjan <kiran.niranjan@symphony.com>
This commit is contained in:
parent
bd48b69345
commit
8eae1f77a4
@ -127,8 +127,7 @@ export default class NotificationHandler {
|
||||
break;
|
||||
case 'lower-left':
|
||||
this.settings.corner.x += offSet;
|
||||
this.settings.corner.y +=
|
||||
workAreaHeight - offSet - CALL_NOTIFICATION_HEIGHT;
|
||||
this.settings.corner.y += workAreaHeight - offSet;
|
||||
// Call Notification settings
|
||||
this.callNotificationSettings.x += offSet;
|
||||
this.callNotificationSettings.y += offSet;
|
||||
|
Loading…
Reference in New Issue
Block a user