Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(740)

Unified Diff: sky/examples/fn2/container.dart

Issue 1147143005: Make Drawer in components2 work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix margin Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
)
])),
]),

Powered by Google App Engine
This is Rietveld 408576698