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

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

Issue 2819633002: Restored Pre-Harmony Bubble title margin metrics (Closed)
Patch Set: Fixed a typo Created 3 years, 8 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 | « ui/views/bubble/bubble_dialog_delegate.cc ('k') | ui/views/layout/layout_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/layout/layout_provider.h
diff --git a/ui/views/layout/layout_provider.h b/ui/views/layout/layout_provider.h
index f00238f065925b6d88cbd291eb2be1c0da83c486..197586b104fe84eccf4b8b96042446992dc4d2b5 100644
--- a/ui/views/layout/layout_provider.h
+++ b/ui/views/layout/layout_provider.h
@@ -21,6 +21,8 @@ enum InsetsMetric {
// The margins around the contents area of a bubble (popover)-style dialog.
INSETS_BUBBLE_CONTENTS = VIEWS_INSETS_START,
+ // The margins around the title of a bubble (popover)-style dialog.
+ INSETS_BUBBLE_TITLE,
// The margins around the button row of a dialog.
INSETS_DIALOG_BUTTON,
// The margins around the icon/title of a dialog.
« no previous file with comments | « ui/views/bubble/bubble_dialog_delegate.cc ('k') | ui/views/layout/layout_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698