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

Unified Diff: sky/framework/components/fixed_height_scrollable.dart

Issue 1027653002: [Effen] add StyleNode (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 5 years, 9 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/examples/stocks-fn/lib/stock_app.dart ('k') | sky/framework/fn.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/components/fixed_height_scrollable.dart
diff --git a/sky/framework/components/fixed_height_scrollable.dart b/sky/framework/components/fixed_height_scrollable.dart
index 500af2e27f6b73f9ce3bf73231eba97c69f55eeb..4b5f86d1dac22c60c5b3b25c7fa428688328d5a2 100644
--- a/sky/framework/components/fixed_height_scrollable.dart
+++ b/sky/framework/components/fixed_height_scrollable.dart
@@ -9,13 +9,9 @@ import 'dart:sky' as sky;
import 'scrollable.dart';
abstract class FixedHeightScrollable extends Scrollable {
- // TODO(rafaelw): This component really shouldn't have an opinion
- // about how it is sized. The owning component should decide whether
- // it's explicitly sized or flexible or whatever...
static final Style _style = new Style('''
overflow: hidden;
position: relative;
- flex: 1;
will-change: transform;'''
);
« no previous file with comments | « sky/examples/stocks-fn/lib/stock_app.dart ('k') | sky/framework/fn.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698