mirror of
https://gitee.com/openharmony/window_window_manager
synced 2024-12-11 17:14:25 +00:00
fix screenManagerTest 09
Signed-off-by: Klaus_q <wangqi175@huawei.com> Change-Id: I81266b43730834e199854a1a1210dfc1c027273c
This commit is contained in:
parent
f3a6d6f8bb
commit
dc57ad8585
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user