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

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

Issue 10837317: Setting the touch wrench menu as default menu for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: And another merge! 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
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/controls/menu/menu_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 cce8673d2512c212b2e31430dbbe7e5a07f1cff2..32d26e76434514e163681b5e91b400bf640f2c98 100644
--- a/ui/views/controls/menu/menu_config.h
+++ b/ui/views/controls/menu/menu_config.h
@@ -81,9 +81,18 @@ struct VIEWS_EXPORT MenuConfig {
// Width of the gutter. Only used if render_gutter is true.
int gutter_width;
- // Height of the separator.
+ // Height of a normal separator (ui::NORMAL_SEPARATOR).
int separator_height;
+ // Height of a ui::UPPER_SEPARATOR.
+ int separator_upper_height;
+
+ // Height of a ui::LOWER_SEPARATOR.
+ int separator_lower_height;
+
+ // Height of a ui::SPACING_SEPARATOR.
+ int separator_spacing_height;
+
// Whether or not the gutter should be rendered. The gutter is specific to
// Vista.
bool render_gutter;
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/controls/menu/menu_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698