| Index: sky/sdk/lib/framework/components2/icon_button.dart
|
| diff --git a/sky/sdk/lib/framework/components2/icon_button.dart b/sky/sdk/lib/framework/components2/icon_button.dart
|
| index 8af50e259d877363935a02f8004b3a1c8550250d..9fc79dee59728907e7c1a0627d1d9e335e7a8d94 100644
|
| --- a/sky/sdk/lib/framework/components2/icon_button.dart
|
| +++ b/sky/sdk/lib/framework/components2/icon_button.dart
|
| @@ -16,7 +16,7 @@ class IconButton extends Component {
|
| UINode build() {
|
| return new EventListenerNode(
|
| new Padding(
|
| - child: new Icon(type: icon, size: 24.0),
|
| + child: new Icon(type: icon, size: 24),
|
| padding: const EdgeDims.all(8.0)),
|
| onGestureTap: onGestureTap);
|
| }
|
|
|