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

Unified Diff: ui/views/layout/layout_provider.cc

Issue 2968713003: Harmonize the find in page dialog. (Closed)
Patch Set: Add an empty border around the separator with the same left and right values as the image button bo… Created 3 years, 5 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
Index: ui/views/layout/layout_provider.cc
diff --git a/ui/views/layout/layout_provider.cc b/ui/views/layout/layout_provider.cc
index fd7c9c396046c135d5628dbf82d6b57979637cfd..af0e2cfae0a85e038b64a0646c1d5b43a3a4a9e9 100644
--- a/ui/views/layout/layout_provider.cc
+++ b/ui/views/layout/layout_provider.cc
@@ -60,6 +60,8 @@ gfx::Insets LayoutProvider::GetInsetsMetric(int metric) const {
return gfx::Insets(dialog_contents.top(), dialog_contents.left(), 0,
dialog_contents.right());
}
+ case InsetsMetric::INSETS_TOAST:
+ return gfx::Insets(0, 16);
case InsetsMetric::INSETS_VECTOR_IMAGE_BUTTON:
return gfx::Insets(4);
}
« chrome/browser/ui/views/find_bar_view.cc ('K') | « ui/views/layout/layout_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698