Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: mash/quick_launch/quick_launch.cc

Issue 2680043004: WIP: have aura-mus convert to dips before sending out events (Closed)
Patch Set: caveat Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | ui/aura/mus/window_tree_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698