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

Side by Side 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, 2 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/layout_constants.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_
6 #define CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_ 6 #define CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_
7 7
8 #include "ui/gfx/geometry/insets.h" 8 #include "ui/gfx/geometry/insets.h"
9 9
10 enum LayoutConstant { 10 enum LayoutConstant {
11 // Horizontal padding applied between items of icon-label views.
12 ICON_LABEL_VIEW_INTERNAL_PADDING,
13
11 // Additional horizontal padding applied on the trailing edge of icon-label 14 // Additional horizontal padding applied on the trailing edge of icon-label
12 // views. 15 // views.
13 ICON_LABEL_VIEW_TRAILING_PADDING, 16 ICON_LABEL_VIEW_TRAILING_PADDING,
14 17
15 // The horizontal space between the edge and a bubble. 18 // The horizontal space between the edge and a bubble.
16 LOCATION_BAR_BUBBLE_HORIZONTAL_PADDING, 19 LOCATION_BAR_BUBBLE_HORIZONTAL_PADDING,
17 20
18 // The additional vertical padding of a bubble. 21 // The additional vertical padding of a bubble.
19 LOCATION_BAR_BUBBLE_VERTICAL_PADDING, 22 LOCATION_BAR_BUBBLE_VERTICAL_PADDING,
20 23
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 TOOLBAR, 100 TOOLBAR,
98 101
99 // The spacing between a ToolbarButton's image and its border. 102 // The spacing between a ToolbarButton's image and its border.
100 TOOLBAR_BUTTON, 103 TOOLBAR_BUTTON,
101 }; 104 };
102 105
103 int GetLayoutConstant(LayoutConstant constant); 106 int GetLayoutConstant(LayoutConstant constant);
104 gfx::Insets GetLayoutInsets(LayoutInset inset); 107 gfx::Insets GetLayoutInsets(LayoutInset inset);
105 108
106 #endif // CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_ 109 #endif // CHROME_BROWSER_UI_VIEWS_LAYOUT_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/layout_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698