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

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

Issue 1158813004: Style guide says enum values should be lowerCamelCase. (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/examples/stocks2/lib/stock_arrow.dart ('k') | sky/sdk/lib/framework/components2/drawer_header.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/components2/checkbox.dart
diff --git a/sky/sdk/lib/framework/components2/checkbox.dart b/sky/sdk/lib/framework/components2/checkbox.dart
index 9df2ff1caea6d418f05a7ec32612b2edc1f8675b..35ff94082902c5025ec98d449e01704d6b78f9e6 100644
--- a/sky/sdk/lib/framework/components2/checkbox.dart
+++ b/sky/sdk/lib/framework/components2/checkbox.dart
@@ -68,7 +68,7 @@ class Checkbox extends ButtonBase {
return new EventListenerNode(
new FlexContainer(
style: _style,
- direction: FlexDirection.Row,
+ direction: FlexDirection.horizontal,
children: [
new Container(
style: highlight ? _containerHighlightStyle : _containerStyle,
« no previous file with comments | « sky/examples/stocks2/lib/stock_arrow.dart ('k') | sky/sdk/lib/framework/components2/drawer_header.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698