| Index: sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| diff --git a/sky/sdk/lib/framework/components2/popup_menu_item.dart b/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| index bf7d64d2757df67f590b1aa10672dee972efd4f6..e78800b229594508a8967ef37079d94dbe53675b 100644
|
| --- a/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| +++ b/sky/sdk/lib/framework/components2/popup_menu_item.dart
|
| @@ -16,7 +16,7 @@ class PopupMenuItem extends Component {
|
| constraints: const BoxConstraints(minWidth: 112.0),
|
| padding: const EdgeDims.all(16.0),
|
| // TODO(abarth): opacity: opacity,
|
| - child: new BlockContainer(children: children)
|
| + child: new FlexContainer(children: children)
|
| );
|
| }
|
| }
|
|
|