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

Unified Diff: chrome/browser/ui/views/harmony/layout_delegate.h

Issue 2783023002: Use an InsetMetric instead of a constant for vector button padding. (Closed)
Patch Set: revert the stuff that got mixed in from another patch Created 3 years, 9 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/harmony/layout_delegate.h
diff --git a/chrome/browser/ui/views/harmony/layout_delegate.h b/chrome/browser/ui/views/harmony/layout_delegate.h
index 9cfbd5659a2798a016e726b401fa9957e3fece30..f0ad07d93382a5f6949ef620eea9680b23ddf526 100644
--- a/chrome/browser/ui/views/harmony/layout_delegate.h
+++ b/chrome/browser/ui/views/harmony/layout_delegate.h
@@ -61,6 +61,9 @@ class LayoutDelegate {
UNRELATED_CONTROL_VERTICAL_SPACING,
// Larger vertical spacing between unrelated controls.
UNRELATED_CONTROL_VERTICAL_SPACING_LARGE,
+ // Padding to add to vector image buttons to increase their click and touch
+ // target size.
+ VECTOR_IMAGE_BUTTON_PADDING,
};
enum class DialogWidth {

Powered by Google App Engine
This is Rietveld 408576698