| Index: sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| diff --git a/sky/sdk/lib/framework/widgets/popup_menu_item.dart b/sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| index b0e3453baa6162ccae4f507bc6f71acd1c703e21..ed9610a48593fe540fc7d8312ac694b35668f8c4 100644
|
| --- a/sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| +++ b/sky/sdk/lib/framework/widgets/popup_menu_item.dart
|
| @@ -15,11 +15,11 @@ class PopupMenuItem extends Component {
|
| return new Opacity(
|
| opacity: opacity,
|
| child: new InkWell(
|
| - children: [new Container(
|
| + child: new Container(
|
| constraints: const BoxConstraints(minWidth: 112.0),
|
| padding: const EdgeDims.all(16.0),
|
| child: new Flex(children)
|
| - )]
|
| + )
|
| )
|
| );
|
| }
|
|
|