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

Unified Diff: ui/views/bubble/bubble_frame_view.cc

Issue 2671443002: Make the extra padding around VectorIconButtons configurable. (Closed)
Patch Set: Make sure Harmony close buttons stay in place Created 3 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
Index: ui/views/bubble/bubble_frame_view.cc
diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc
index 80c41c009a41674fc530330fbfb288fddc608b04..ca43c2515b6351b78bbe829bd973f59f8e88e8b4 100644
--- a/ui/views/bubble/bubble_frame_view.cc
+++ b/ui/views/bubble/bubble_frame_view.cc
@@ -50,8 +50,8 @@ constexpr int kClosePaddingTop = 7;
// The MD spec states that the center of the "x" should be 16x16 from the top
// right of the dialog.
-constexpr int kClosePaddingRightMd = 4;
-constexpr int kClosePaddingTopMd = 4;
+constexpr int kClosePaddingRightMd = 8;
+constexpr int kClosePaddingTopMd = 8;
// Get the |vertical| or horizontal amount that |available_bounds| overflows
// |window_bounds|.

Powered by Google App Engine
This is Rietveld 408576698