| Index: sky/examples/stocks2/lib/stock_menu.dart
|
| diff --git a/sky/examples/stocks2/lib/stock_menu.dart b/sky/examples/stocks2/lib/stock_menu.dart
|
| index bbf55f89c8da865a3eb8397dd419dc7c068d0163..2b9df0b89406b21e1d9c01583b0d2b252c9c4a47 100644
|
| --- a/sky/examples/stocks2/lib/stock_menu.dart
|
| +++ b/sky/examples/stocks2/lib/stock_menu.dart
|
| @@ -30,9 +30,9 @@ class StockMenu extends Component {
|
| child: new PopupMenu(
|
| controller: controller,
|
| items: [
|
| - [new Text('Add stock')],
|
| - [new Text('Remove stock')],
|
| - [new Flexible(child: new Text('Autorefresh')), checkbox],
|
| + new Text('Add stock'),
|
| + new Text('Remove stock'),
|
| + new Flex([new Flexible(child: new Text('Autorefresh')), checkbox]),
|
| ],
|
| level: 4
|
| ),
|
|
|