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

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

Issue 1834933002: Misc. cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix missing spacing Created 4 years, 9 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 | chrome/browser/ui/layout_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/layout_constants.h
diff --git a/chrome/browser/ui/layout_constants.h b/chrome/browser/ui/layout_constants.h
index 25856897d1b0146d810213f4d199bf1e4d84ce1a..2271882a28cf651c88a0df364b821da951f0ec82 100644
--- a/chrome/browser/ui/layout_constants.h
+++ b/chrome/browser/ui/layout_constants.h
@@ -12,11 +12,11 @@ enum LayoutConstant {
// Vertical offset from top of content to the top of find bar.
FIND_BAR_TOOLBAR_OVERLAP,
- // Horizontal padding applied between items of icon-label views.
- ICON_LABEL_VIEW_INTERNAL_PADDING,
+ // Horizontal spacing between the icon and label in an IconLabelBubbleView.
+ ICON_LABEL_VIEW_INTERNAL_SPACING,
- // Additional horizontal padding applied on the trailing edge of icon-label
- // views.
+ // Horizontal padding from the trailing edge of the label to the trailing edge
+ // of an IconLabelBubbleView.
ICON_LABEL_VIEW_TRAILING_PADDING,
// The thickness of the location bar's border.
« no previous file with comments | « no previous file | chrome/browser/ui/layout_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698