| Index: sky/examples/fn2/container.dart
|
| diff --git a/sky/examples/fn2/container.dart b/sky/examples/fn2/container.dart
|
| index a236a42e271e0b63dda9d76c81e29d8107b2ae99..65568fa5a2b7aaec8db3b1faf688ae5f94f491cd 100644
|
| --- a/sky/examples/fn2/container.dart
|
| +++ b/sky/examples/fn2/container.dart
|
| @@ -19,7 +19,7 @@ class ContainerApp extends App {
|
| children: [
|
| new Container(
|
| decoration: new BoxDecoration(backgroundColor: 0xFFFFFF00),
|
| - desiredSize: new sky.Size(double.INFINITY, 20.0)
|
| + desiredSize: new sky.Size(double.INFINITY, 50.0)
|
| )
|
| ])),
|
| ]),
|
|
|