Index: mash/quick_launch/quick_launch.cc |
diff --git a/mash/quick_launch/quick_launch.cc b/mash/quick_launch/quick_launch.cc |
index 246e933c5ac5e0322f361d670e7e057d6793c0fb..7ee66ad49e691132e2adc2614917f4888e92fe97 100644 |
--- a/mash/quick_launch/quick_launch.cc |
+++ b/mash/quick_launch/quick_launch.cc |
@@ -194,7 +194,7 @@ void QuickLaunch::Launch(uint32_t what, mojom::LaunchMode how) { |
views::Widget* window = views::Widget::CreateWindowWithContextAndBounds( |
new QuickLaunchUI(this, context()->connector(), std::move(catalog)), |
- nullptr, gfx::Rect(10, 640, 0, 0)); |
+ nullptr, gfx::Rect(10, 320, 0, 0)); |
window->Show(); |
windows_.push_back(window); |
} |