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

Unified Diff: chrome/browser/ui/views/harmony/harmony_layout_delegate.cc

Issue 2654123004: harmony: partly harmonize permissions bubble (Closed)
Patch Set: fix constant names Created 3 years, 11 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 | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/harmony/layout_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
diff --git a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
index 7ffd6854b0b6640d1cf9b6b3ad3175d74bdaeecf..c833ef37f23fbc48a9257d1f27cb5ec8336ebe60 100644
--- a/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
+++ b/chrome/browser/ui/views/harmony/harmony_layout_delegate.cc
@@ -27,6 +27,8 @@ int HarmonyLayoutDelegate::GetMetric(Metric metric) const {
return kHarmonyLayoutUnit;
case Metric::RELATED_CONTROL_VERTICAL_SPACING:
return kHarmonyLayoutUnit / 2;
+ case Metric::RELATED_LABEL_HORIZONTAL_SPACING:
+ return kHarmonyLayoutUnit;
case Metric::SUBSECTION_HORIZONTAL_INDENT:
return 0;
case Metric::UNRELATED_CONTROL_VERTICAL_SPACING:
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/harmony/layout_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698