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

Unified Diff: sky/examples/stocks-fn/stocksapp.dart

Issue 1010443005: Fix the alignment of the title in Stock app (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « no previous file | sky/framework/components/action_bar.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/stocks-fn/stocksapp.dart
diff --git a/sky/examples/stocks-fn/stocksapp.dart b/sky/examples/stocks-fn/stocksapp.dart
index 5bb44f7b2b249ed512a8a2b43fd0f53d8fddb5ce..9f9da043c55605ad86ea4d9dfc83cced163c5f50 100644
--- a/sky/examples/stocks-fn/stocksapp.dart
+++ b/sky/examples/stocks-fn/stocksapp.dart
@@ -32,13 +32,12 @@ class StocksApp extends App {
);
static Style _iconStyle = new Style('''
- padding: 8px;
- margin: 0 4px;'''
+ padding: 8px;'''
);
static Style _titleStyle = new Style('''
- flex: 1;
- margin: 0 4px;'''
+ padding-left: 24px;
+ flex: 1;'''
);
List<Stock> _sortedStocks;
« no previous file with comments | « no previous file | sky/framework/components/action_bar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698