| Index: ui/views/controls/menu/menu_config_views.cc
|
| diff --git a/ui/views/controls/menu/menu_config_views.cc b/ui/views/controls/menu/menu_config_views.cc
|
| index d6943d4f62a8f1491508cc08b522b140064a6a0c..e369c95627dbc3e05219b15c4097918cbe89849a 100644
|
| --- a/ui/views/controls/menu/menu_config_views.cc
|
| +++ b/ui/views/controls/menu/menu_config_views.cc
|
| @@ -31,13 +31,7 @@ MenuConfig* MenuConfig::Create() {
|
| config->check_height = check->height();
|
| config->item_left_margin = 4;
|
| config->item_min_height = 29;
|
| - // TODO(skuhne): Separators in menus should have the same padding in touch
|
| - // mode but currently the touch wrench menu relies on separators having no
|
| - // padding to implement full-height buttons.
|
| - if (ui::GetDisplayLayout() == ui::LAYOUT_TOUCH)
|
| - config->separator_height = 1;
|
| - else
|
| - config->separator_height = 15;
|
| + config->separator_height = 15;
|
| config->font = rb.GetFont(ResourceBundle::BaseFont);
|
| config->label_to_arrow_padding = 20;
|
| config->label_to_accelerator_padding = 20;
|
|
|