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

Unified Diff: sky/sdk/lib/framework/fn.dart

Issue 1165003006: Various fixes in preparation for deploying (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Remove game changes Created 5 years, 6 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/sdk/lib/framework/fn.dart
diff --git a/sky/sdk/lib/framework/fn.dart b/sky/sdk/lib/framework/fn.dart
index ff6900f06d45c8bbce61ba30a22f8fe384f12fe0..eab821ab98897e7ae9b3f1ecdd41b3bff77d78b9 100644
--- a/sky/sdk/lib/framework/fn.dart
+++ b/sky/sdk/lib/framework/fn.dart
@@ -609,7 +609,7 @@ class FlexContainer extends OneChildListRenderNodeWrapper {
List<UINode> children,
Style style,
String inlineStyle,
- this.direction: FlexDirection.horizontal
+ this.direction: FlexDirection.Row
}) : super(
key: key,
children: children,

Powered by Google App Engine
This is Rietveld 408576698