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

Unified Diff: sky/sdk/lib/framework/widgets/popup_menu_item.dart

Issue 1179713004: Material and RaisedButton. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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/widgets/popup_menu.dart ('k') | sky/sdk/lib/framework/widgets/raised_button.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/widgets/popup_menu_item.dart
diff --git a/sky/sdk/lib/framework/widgets/popup_menu_item.dart b/sky/sdk/lib/framework/widgets/popup_menu_item.dart
index b0e3453baa6162ccae4f507bc6f71acd1c703e21..ed9610a48593fe540fc7d8312ac694b35668f8c4 100644
--- a/sky/sdk/lib/framework/widgets/popup_menu_item.dart
+++ b/sky/sdk/lib/framework/widgets/popup_menu_item.dart
@@ -15,11 +15,11 @@ class PopupMenuItem extends Component {
return new Opacity(
opacity: opacity,
child: new InkWell(
- children: [new Container(
+ child: new Container(
constraints: const BoxConstraints(minWidth: 112.0),
padding: const EdgeDims.all(16.0),
child: new Flex(children)
- )]
+ )
)
);
}
« no previous file with comments | « sky/sdk/lib/framework/widgets/popup_menu.dart ('k') | sky/sdk/lib/framework/widgets/raised_button.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698