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

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: Add a .cc file for constants to be able to compile in debug mode 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 3320b9b3499fb127f4c04b156942fb470786b097..38348ca98035af0993bbbf4e994499ebb826cfe9 100644
--- a/chrome/browser/ui/intents/web_intent_picker.h
+++ b/chrome/browser/ui/intents/web_intent_picker.h
@@ -37,7 +37,7 @@ 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;
@@ -52,7 +52,7 @@ class WebIntentPicker {
static const int kServiceIconHeight = 16;
// Space between icon and text.
- static const int kIconTextPadding = 6;
+ static const int kIconTextPadding = 10;
// Space between star rating and select button.
static const int kStarButtonPadding = 20;
« no previous file with comments | « chrome/browser/ui/constrained_window_constants.cc ('k') | chrome/browser/ui/intents/web_intent_picker_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698