Index: sky/sdk/lib/framework/components2/tool_bar.dart |
diff --git a/sky/sdk/lib/framework/components2/tool_bar.dart b/sky/sdk/lib/framework/components2/tool_bar.dart |
index bb3834153b67ddef7db0b107a9f76cdcd6fa22ad..3ba80eb6ae3a9022a8e903b2bed054bd8f722a43 100644 |
--- a/sky/sdk/lib/framework/components2/tool_bar.dart |
+++ b/sky/sdk/lib/framework/components2/tool_bar.dart |
@@ -39,7 +39,7 @@ class ToolBar extends Component { |
return new Container( |
child: new FlexContainer( |
children: children, |
- direction: FlexDirection.Horizontal |
+ direction: FlexDirection.horizontal |
), |
desiredSize: new sky.Size.fromHeight(56.0), |
padding: new EdgeDims(kStatusBarHeight.toDouble(), 8.0, 0.0, 8.0), |