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

Unified Diff: ui/views/controls/menu/menu_config.h

Issue 10829176: Update drop down menu look & feel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: No need for this change Created 8 years, 4 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/controls/menu/menu_config.h
diff --git a/ui/views/controls/menu/menu_config.h b/ui/views/controls/menu/menu_config.h
index 7cfd5c0c24fea5efa7b023aaecc17e6bdea9e96a..27f1a4fe93d6d41f076c2c4fc261e4d98515cf84 100644
--- a/ui/views/controls/menu/menu_config.h
+++ b/ui/views/controls/menu/menu_config.h
@@ -30,6 +30,10 @@ struct VIEWS_EXPORT MenuConfig {
// Normal text color.
SkColor text_color;
+ // Menu border offsets
+ int menu_border_offset_horizontal;
+ int menu_border_offset_vertical;
+
// Submenu horizontal margin size.
int submenu_horizontal_margin_size;

Powered by Google App Engine
This is Rietveld 408576698