| 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 dc390c4b59de202bec01c9bb3b07a247621afaf0..b3ab89ec652565ec84d956c8500314c6d2cde72e 100644
|
| --- a/sky/sdk/lib/framework/components2/tool_bar.dart
|
| +++ b/sky/sdk/lib/framework/components2/tool_bar.dart
|
| @@ -38,7 +38,7 @@ class ToolBar extends Component {
|
| children: children,
|
| direction: FlexDirection.horizontal
|
| ),
|
| - desiredSize: new Size.fromHeight(56.0),
|
| + height: 56.0,
|
| padding: new EdgeDims(kStatusBarHeight.toDouble(), 8.0, 0.0, 8.0),
|
| decoration: new BoxDecoration(backgroundColor: backgroundColor)
|
| );
|
|
|