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

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: Moved inset code 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..638d23c0bce7f7a5ac64e0652db0554c49fc261d 100644
--- a/ui/views/controls/menu/menu_config.h
+++ b/ui/views/controls/menu/menu_config.h
@@ -30,6 +30,12 @@ struct VIEWS_EXPORT MenuConfig {
// Normal text color.
SkColor text_color;
+ // Menu border offsets
+ int menu_border_width_left;
+ int menu_border_width_top;
+ int menu_border_width_right;
+ int menu_border_width_bottom;
+
// Submenu horizontal margin size.
int submenu_horizontal_margin_size;

Powered by Google App Engine
This is Rietveld 408576698