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

Unified Diff: sky/sdk/example/widgets/styled_text.dart

Issue 1232063004: Remove redundant 'flex' prefixes on enum values. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « sky/sdk/example/rendering/justify_content.dart ('k') | sky/sdk/lib/rendering/flex.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/widgets/styled_text.dart
diff --git a/sky/sdk/example/widgets/styled_text.dart b/sky/sdk/example/widgets/styled_text.dart
index c2d15922dc47278db12fcaa783c78afd90d4903a..b417d0be433f2e3f4cd744ed1371f08a24f82cd7 100644
--- a/sky/sdk/example/widgets/styled_text.dart
+++ b/sky/sdk/example/widgets/styled_text.dart
@@ -96,7 +96,7 @@ HAL: This mission is too important for me to allow you to jeopardize it.''';
child: new Flex(children,
direction: FlexDirection.vertical,
justifyContent: FlexJustifyContent.center,
- alignItems: FlexAlignItems.flexStart
+ alignItems: FlexAlignItems.start
)
);
« no previous file with comments | « sky/sdk/example/rendering/justify_content.dart ('k') | sky/sdk/lib/rendering/flex.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698