fix screenManagerTest 09

Signed-off-by: Klaus_q <wangqi175@huawei.com>
Change-Id: I81266b43730834e199854a1a1210dfc1c027273c
This commit is contained in:
Klaus_q 2022-11-05 11:11:33 +08:00
parent f3a6d6f8bb
commit dc57ad8585

View File

@ -161,7 +161,7 @@ sptr<Window> ScreenManagerTest::CreateWindowByDisplayId(DisplayId displayId)
if (option == nullptr) {
return nullptr;
}
Rect displayRect = {0, 0, 200, 400};
Rect displayRect = {0, 0, 640, 480};
option->SetDisplayId(displayId);
option->SetWindowRect(displayRect);
option->SetWindowType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW);