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

Unified Diff: chrome/browser/ui/views/layout_constants.h

Issue 1378023003: Update Location Bar Bubbles Layout for Material Design (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: chrome/browser/ui/views/layout_constants.h
diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/views/layout_constants.h
index 217158f40430d6535c63ed4a08ec342b87d9e6ea..ef7a4fc3ec296f590897ffbd3625b290341551c0 100644
--- a/chrome/browser/ui/views/layout_constants.h
+++ b/chrome/browser/ui/views/layout_constants.h
@@ -8,10 +8,16 @@
#include "ui/gfx/geometry/insets.h"
enum LayoutConstant {
+ // Horizontal padding applied between items of icon-label views.
+ ICON_LABEL_VIEW_INTERNAL_PADDING,
+
// Additional horizontal padding applied on the trailing edge of icon-label
// views.
ICON_LABEL_VIEW_TRAILING_PADDING,
+ // The font size to use in the bubbles of the location bar, in pixels.
+ LOCATION_BAR_BUBBLE_FONT_PIXEL_SIZE,
+
// The horizontal space between the edge and a bubble.
LOCATION_BAR_BUBBLE_HORIZONTAL_PADDING,

Powered by Google App Engine
This is Rietveld 408576698