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

Unified Diff: sky/examples/stocks2/lib/stock_menu.dart

Issue 1173493003: Extend Sky's RenderFlex with intrinsic sizes and compute cross-size height (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix bugs 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
Index: sky/examples/stocks2/lib/stock_menu.dart
diff --git a/sky/examples/stocks2/lib/stock_menu.dart b/sky/examples/stocks2/lib/stock_menu.dart
index c4e261d34c59084be28b0805e9892d245a416f28..29b0dc22388c9b5c061cab3cf66ee1f71149599a 100644
--- a/sky/examples/stocks2/lib/stock_menu.dart
+++ b/sky/examples/stocks2/lib/stock_menu.dart
@@ -27,7 +27,7 @@ class StockMenu extends Component {
items: [
[new Text('Add stock')],
[new Text('Remove stock')],
- // [new FlexExpandingChild(new Text('Autorefresh')), checkbox],
+ [new FlexExpandingChild(new Text('Autorefresh')), checkbox],
],
level: 4
),

Powered by Google App Engine
This is Rietveld 408576698