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

Unified Diff: sky/sdk/lib/framework/components2/icon_button.dart

Issue 1164023005: Make Icon work using space-aged base-url technology. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/framework/components2/icon.dart ('k') | sky/sdk/lib/framework/components2/menu_item.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « sky/sdk/lib/framework/components2/icon.dart ('k') | sky/sdk/lib/framework/components2/menu_item.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698