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

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

Issue 1166203002: Rename Container's desiredSize argument to width and height arguments. (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
Index: sky/sdk/lib/framework/components2/menu_divider.dart
diff --git a/sky/sdk/lib/framework/components2/menu_divider.dart b/sky/sdk/lib/framework/components2/menu_divider.dart
index 8c322f07ddd890f8b34ab94997929f191539c703..253e213a23b77491c1bea8f2fc7158a34e16e5c4 100644
--- a/sky/sdk/lib/framework/components2/menu_divider.dart
+++ b/sky/sdk/lib/framework/components2/menu_divider.dart
@@ -9,6 +9,7 @@ class MenuDivider extends Component {
UINode build() {
return new Container(
+ height: 0.0,
decoration: const BoxDecoration(
border: const Border(
bottom: const BorderSide(

Powered by Google App Engine
This is Rietveld 408576698