| Index: sky/sdk/lib/framework/components2/radio.dart
|
| diff --git a/sky/sdk/lib/framework/components2/radio.dart b/sky/sdk/lib/framework/components2/radio.dart
|
| index 9890ce31fa4cd02c88d38f1d7db08217a881b97a..731a298ce49402d592fb6233fa1dc02163829ae1 100644
|
| --- a/sky/sdk/lib/framework/components2/radio.dart
|
| +++ b/sky/sdk/lib/framework/components2/radio.dart
|
| @@ -33,7 +33,8 @@ class Radio extends ButtonBase {
|
| return new EventListenerNode(
|
| new Container(
|
| margin: const EdgeDims.symmetric(horizontal: 5.0),
|
| - desiredSize: new Size(diameter, diameter),
|
| + width: diameter,
|
| + height: diameter,
|
| child: new CustomPaint(
|
| callback: (sky.Canvas canvas) {
|
|
|
|
|