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

Unified Diff: chrome/browser/ui/intents/web_intent_picker.h

Issue 11044020: Make Web Intents picker in Views conform to latest mocks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Include changes from CL 11077006 Created 8 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/intents/web_intent_picker.h
diff --git a/chrome/browser/ui/intents/web_intent_picker.h b/chrome/browser/ui/intents/web_intent_picker.h
index 4279f9424fff6289a709264a9f9dd93fa162a059..06f41eacdba3bdbde9e3783231299353330f9844 100644
--- a/chrome/browser/ui/intents/web_intent_picker.h
+++ b/chrome/browser/ui/intents/web_intent_picker.h
@@ -36,13 +36,10 @@ class WebIntentPicker {
static const int kTitleLinkMaxWidth = 130;
// The space in pixels between the top-level groups and the dialog border.
- static const int kContentAreaBorder = 10;
+ static const int kContentAreaBorder = 20;
- // Vertical space above the separator.
- static const int kHeaderSeparatorPaddingTop = 16;
-
- // Vertical space below the separator.
- static const int kHeaderSeparatorPaddingBottom = 7;
+ // The spacing between a label and its icon on the left.
+ static const int kIconLabelHorizontalSpacing = 10;
// Width of the service icon.
static const int kServiceIconWidth = 16;
@@ -50,9 +47,6 @@ class WebIntentPicker {
// Height of the service icon.
static const int kServiceIconHeight = 16;
- // Space between icon and text.
- static const int kIconTextPadding = 6;
-
// Space between star rating and select button.
static const int kStarButtonPadding = 20;

Powered by Google App Engine
This is Rietveld 408576698