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

Unified Diff: Source/devtools/front_end/main/module.json

Issue 1176343002: DevTools: make toolbar button click targets square (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/devtools/front_end/main/module.json
diff --git a/Source/devtools/front_end/main/module.json b/Source/devtools/front_end/main/module.json
index b78b575ba4830f950fd964012529df34ce394f3c..3a9818e3ca7c77f650b27f4e2490fff39c417830 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -158,20 +158,39 @@
},
{
"type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.Main.WarningErrorCounter",
+ "separator": true,
+ "location": "main-toolbar-left",
+ "order": 100,
dgozman 2015/06/11 16:14:12 100 is for close button. 99?
pfeldman 2015/06/11 16:38:06 These are different toolbars.
+ "actionId": "main.toggle-element-search"
dgozman 2015/06/11 16:14:12 Remove actionId.
pfeldman 2015/06/11 16:38:06 Done.
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider",
"order": 1,
"location": "main-toolbar-right"
},
{
"type": "@WebInspector.ToolbarItem.Provider",
- "className": "WebInspector.InspectorView.ToggleDrawerButtonProvider",
+ "className": "WebInspector.Main.WarningErrorCounter",
dgozman 2015/06/11 16:14:11 Why swapped with toggle drawer?
pfeldman 2015/06/11 16:38:06 Done.
"order": 2,
"location": "main-toolbar-right"
},
{
"type": "@WebInspector.ToolbarItem.Provider",
+ "separator": true,
+ "order": 3,
+ "location": "main-toolbar-right"
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
"className": "WebInspector.DockController.ButtonProvider",
- "order": 4,
+ "order": 5,
+ "location": "main-toolbar-right"
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
+ "separator": true,
+ "order": 90,
"location": "main-toolbar-right"
},
{

Powered by Google App Engine
This is Rietveld 408576698