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

Unified Diff: ui/gfx/vector_icons/network_badge_add_other.icon

Issue 2342793005: [ash-md] Adds Wi-Fi header row to system tray network detailed view (Closed)
Patch Set: [ash-md] Materializes system tray network detailed view Created 4 years, 3 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: ui/gfx/vector_icons/network_badge_add_other.icon
diff --git a/ui/gfx/vector_icons/window_control_restore.1x.icon b/ui/gfx/vector_icons/network_badge_add_other.icon
similarity index 50%
copy from ui/gfx/vector_icons/window_control_restore.1x.icon
copy to ui/gfx/vector_icons/network_badge_add_other.icon
index 99449dd3ab06643a7cc15dc1b2c7d92a2272fe6d..6d46e1240afcf06372e9fc0dfaef89176cfbec99 100644
--- a/ui/gfx/vector_icons/window_control_restore.1x.icon
+++ b/ui/gfx/vector_icons/network_badge_add_other.icon
@@ -2,25 +2,24 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CANVAS_DIMENSIONS, 12,
-MOVE_TO, 11, 8,
-H_LINE_TO, 4,
+CANVAS_DIMENSIONS, 16,
varkha 2016/09/19 20:19:23 I thought that if I make this larger the badge wil
Evan Stade 2016/09/19 20:40:47 I'm not sure what you're seeing. Can you post scre
varkha 2016/09/23 00:35:53 Yes, your offline suggestion helped. The real size
+PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4,
+MOVE_TO, 7, 1,
+R_H_LINE_TO, 3,
+R_V_LINE_TO, 16,
+R_H_LINE_TO, -3,
V_LINE_TO, 1,
-R_H_LINE_TO, 7,
-R_V_LINE_TO, 7,
CLOSE,
-MOVE_TO, 6, 6,
-V_LINE_TO, 3,
-R_H_LINE_TO, 3,
+MOVE_TO, 1, 7,
+R_H_LINE_TO, 16,
R_V_LINE_TO, 3,
-H_LINE_TO, 6,
-CLOSE,
-MOVE_TO, 3, 3,
H_LINE_TO, 1,
-R_V_LINE_TO, 8,
-R_H_LINE_TO, 8,
-V_LINE_TO, 9,
-H_LINE_TO, 3,
-V_LINE_TO, 3,
+R_V_LINE_TO, -3,
+CLOSE,
+MOVE_TO, 7, 7,
+R_H_LINE_TO, 3,
+R_V_LINE_TO, 3,
+R_H_LINE_TO, -3,
+R_V_LINE_TO, -3,
CLOSE,
END

Powered by Google App Engine
This is Rietveld 408576698