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

Unified Diff: chrome/browser/ui/views/collected_cookies_views.cc

Issue 2526863004: harmony: fix collected cookies dialog spacing and button insets (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | ui/views/window/dialog_client_view.cc » ('j') | ui/views/window/dialog_client_view.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/collected_cookies_views.cc
diff --git a/chrome/browser/ui/views/collected_cookies_views.cc b/chrome/browser/ui/views/collected_cookies_views.cc
index 74979c5507c582d41fdcea49cde97ddbaeaa7143..5cec2c59e6323e55e3a8b5905c56e4da43ae8361 100644
--- a/chrome/browser/ui/views/collected_cookies_views.cc
+++ b/chrome/browser/ui/views/collected_cookies_views.cc
@@ -390,7 +390,7 @@ views::View* CollectedCookiesViews::CreateAllowedPane() {
GridLayout::USE_PREF, 0, 0);
column_set->AddPaddingColumn(0, LayoutDelegate::Get()->GetLayoutDistance(
LayoutDelegate::LayoutDistanceType::
- RELATED_CONTROL_HORIZONTAL_SPACING));
+ RELATED_BUTTON_HORIZONTAL_SPACING));
column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0,
GridLayout::USE_PREF, 0, 0);
@@ -464,7 +464,7 @@ views::View* CollectedCookiesViews::CreateBlockedPane() {
GridLayout::USE_PREF, 0, 0);
column_set->AddPaddingColumn(0, LayoutDelegate::Get()->GetLayoutDistance(
LayoutDelegate::LayoutDistanceType::
- RELATED_CONTROL_HORIZONTAL_SPACING));
+ RELATED_BUTTON_HORIZONTAL_SPACING));
column_set->AddColumn(GridLayout::LEADING, GridLayout::CENTER, 0,
GridLayout::USE_PREF, 0, 0);
« no previous file with comments | « no previous file | ui/views/window/dialog_client_view.cc » ('j') | ui/views/window/dialog_client_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698