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

Unified Diff: chrome/browser/ui/views/website_settings/permissions_bubble_view.cc

Issue 891803002: Padding tweak to permission bubble customization mode [Views] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Memory fail Created 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/website_settings/permissions_bubble_view.cc
diff --git a/chrome/browser/ui/views/website_settings/permissions_bubble_view.cc b/chrome/browser/ui/views/website_settings/permissions_bubble_view.cc
index 7ad17763c4e74630e9bc49035f4ce0c03083c044..0395007477939f1893a63b904ead7ee4d06d7754 100644
--- a/chrome/browser/ui/views/website_settings/permissions_bubble_view.cc
+++ b/chrome/browser/ui/views/website_settings/permissions_bubble_view.cc
@@ -297,7 +297,7 @@ PermissionsBubbleDelegateView::PermissionsBubbleDelegateView(
if (customization_mode) {
columns->AddColumn(views::GridLayout::TRAILING, views::GridLayout::FILL,
100, views::GridLayout::USE_PREF, 0, 0);
- button_layout->StartRow(0, 0);
+ button_layout->StartRowWithPadding(0, 0, 0, 4);
views::LabelButton* ok_button =
new views::LabelButton(this, l10n_util::GetStringUTF16(IDS_OK));
ok_button->SetStyle(views::Button::STYLE_BUTTON);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698