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

Unified Diff: sky/sdk/lib/widgets/tool_bar.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/lib/widgets/dialog.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/widgets/tool_bar.dart
diff --git a/sky/sdk/lib/widgets/tool_bar.dart b/sky/sdk/lib/widgets/tool_bar.dart
index c1762169358c174b304b27cc33ca17b5dc38ca3a..c8c361a506c54218837e37ea6d52d547933f3c35 100644
--- a/sky/sdk/lib/widgets/tool_bar.dart
+++ b/sky/sdk/lib/widgets/tool_bar.dart
@@ -67,7 +67,7 @@ class ToolBar extends Component {
data: new IconThemeData(color: iconThemeColor),
child: new Flex(
[new Container(child: new Flex(children), height: kToolBarHeight)],
- alignItems: FlexAlignItems.flexEnd
+ alignItems: FlexAlignItems.end
)
),
padding: new EdgeDims.symmetric(horizontal: 8.0),
« no previous file with comments | « sky/sdk/lib/widgets/dialog.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698