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

Unified Diff: chrome/browser/ui/views/chrome_views_delegate.h

Issue 2702403010: Fix the absence of padding on some UI buttons. (Closed)
Patch Set: change switch Created 3 years, 10 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/views/chrome_views_delegate.h
diff --git a/chrome/browser/ui/views/chrome_views_delegate.h b/chrome/browser/ui/views/chrome_views_delegate.h
index c45f974e8f339705a7c398c3b810aec23eb0ff0e..c86cf03e264821866e39eb3350e137ce9986c520 100644
--- a/chrome/browser/ui/views/chrome_views_delegate.h
+++ b/chrome/browser/ui/views/chrome_views_delegate.h
@@ -68,6 +68,7 @@ class ChromeViewsDelegate : public views::ViewsDelegate {
int GetDialogRelatedControlVerticalSpacing() const override;
gfx::Insets GetDialogFrameViewInsets() const override;
gfx::Insets GetBubbleDialogMargins() const override;
+ int GetButtonMinimumWidth() const override;
int GetDialogButtonMinimumWidth() const override;
int GetButtonHorizontalPadding() const override;
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_views_delegate.cc » ('j') | chrome/browser/ui/views/harmony/layout_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698