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

Unified Diff: runtime/observatory/lib/src/elements/memory/allocations.dart

Issue 2996353002: Restyle Observatory Memory Dashboard buttons (Closed)
Patch Set: Better layout Created 3 years, 4 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: runtime/observatory/lib/src/elements/memory/allocations.dart
diff --git a/runtime/observatory/lib/src/elements/memory/allocations.dart b/runtime/observatory/lib/src/elements/memory/allocations.dart
index b02a81a50d8e97ad9a53e26ff0b3b022055aab09..d2bef5b37f3fb02a2743066ac6c3fc52969474f5 100644
--- a/runtime/observatory/lib/src/elements/memory/allocations.dart
+++ b/runtime/observatory/lib/src/elements/memory/allocations.dart
@@ -171,7 +171,7 @@ class MemoryAllocationsElement extends HtmlElement implements Renderable {
..children = [
new Text('Since Last '),
resetAccumulators
- ..text = 'Reset↺'
+ ..text = 'Reset'
..title = 'Reset'
..onClick.listen((_) async {
resetAccumulators.disabled = true;
« no previous file with comments | « runtime/observatory/lib/src/elements/css/shared.css ('k') | runtime/observatory/lib/src/elements/memory/profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698