Index: sky/examples/stocks2/lib/stock_list.dart |
diff --git a/sky/examples/stocks2/lib/stock_list.dart b/sky/examples/stocks2/lib/stock_list.dart |
index b7644e99646bfbd3d47c8283826b8cd0c8f64025..58fa601ba9decca16f4fbf7f092a487241381fcc 100644 |
--- a/sky/examples/stocks2/lib/stock_list.dart |
+++ b/sky/examples/stocks2/lib/stock_list.dart |
@@ -15,7 +15,7 @@ class Stocklist extends FixedHeightScrollable { |
Object key, |
this.stocks, |
this.query |
- }) : super(key: key); |
+ }) : super(itemHeight: StockRow.kHeight, key: key); |
List<UINode> buildItems(int start, int count) { |
var filteredStocks = stocks.where((stock) { |