diff --git a/test/systemtest/dms/screen_manager_test.cpp b/test/systemtest/dms/screen_manager_test.cpp index 26df9adaf7..5681e04359 100644 --- a/test/systemtest/dms/screen_manager_test.cpp +++ b/test/systemtest/dms/screen_manager_test.cpp @@ -161,7 +161,7 @@ sptr 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);