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/sdk/lib/framework/components/tool_bar.dart

Issue 1133353008: [Effen] Rename Action Bar to Tool Bar. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/sdk/lib/framework/components/action_bar.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/framework/components/tool_bar.dart
diff --git a/sky/sdk/lib/framework/components/action_bar.dart b/sky/sdk/lib/framework/components/tool_bar.dart
similarity index 95%
rename from sky/sdk/lib/framework/components/action_bar.dart
rename to sky/sdk/lib/framework/components/tool_bar.dart
index 309fb9b866144a07fb5ce976a5988b4c2e719a0a..3e1cf4d329e8f7507bfa9ec0a53c1e0f08152a3a 100644
--- a/sky/sdk/lib/framework/components/action_bar.dart
+++ b/sky/sdk/lib/framework/components/tool_bar.dart
@@ -7,7 +7,7 @@ import '../layout.dart';
import '../theme/view_configuration.dart';
import 'material.dart';
-class ActionBar extends Component {
+class ToolBar extends Component {
static final Style _style = new Style('''
align-items: center;
height: 56px;
@@ -24,7 +24,7 @@ class ActionBar extends Component {
UINode center;
List<UINode> right;
- ActionBar({
+ ToolBar({
String key,
this.left,
this.center,
« no previous file with comments | « sky/sdk/lib/framework/components/action_bar.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698