| Index: sky/sdk/lib/widgets/popup_menu_item.dart
|
| diff --git a/sky/sdk/lib/widgets/popup_menu_item.dart b/sky/sdk/lib/widgets/popup_menu_item.dart
|
| index 42c0ce40ad602595fbd0c8623c87914ff8b626c5..17147cd10a8afccc2fa7c769e1744ac1b1e5c24b 100644
|
| --- a/sky/sdk/lib/widgets/popup_menu_item.dart
|
| +++ b/sky/sdk/lib/widgets/popup_menu_item.dart
|
| @@ -21,8 +21,7 @@ class PopupMenuItem extends Component {
|
| opacity: opacity,
|
| child: new InkWell(
|
| child: new Container(
|
| - constraints: const BoxConstraints(minWidth: 112.0),
|
| - padding: const EdgeDims.all(16.0),
|
| + height: 48.0,
|
| child: new DefaultTextStyle(
|
| style: textStyle,
|
| child: child
|
|
|