ActivityMonitor: restores default position when it starts out of screen

Change-Id: Ied6339a900f3314be39a7ec1a4b9906d20c529e7
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8373
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
Haiku-Format: Haiku-format Bot <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
Jérôme Duval
2024-09-30 15:57:23 +00:00
committed by waddlesplash
parent ad747ccb1c
commit 039f93ce5e
@@ -21,6 +21,7 @@ ActivityMonitor::ActivityMonitor()
: BApplication(kSignature)
{
fWindow = new ActivityWindow();
fWindow->MoveOnScreen(B_MOVE_IF_PARTIALLY_OFFSCREEN);
}