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

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: review comments addressed 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
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..4563d403015b9209b50aa88dd9238d16135c4a32 100644
--- a/Source/devtools/front_end/main/module.json
+++ b/Source/devtools/front_end/main/module.json
@@ -158,6 +158,12 @@
},
{
"type": "@WebInspector.ToolbarItem.Provider",
+ "separator": true,
+ "location": "main-toolbar-left",
+ "order": 100
+ },
+ {
+ "type": "@WebInspector.ToolbarItem.Provider",
"className": "WebInspector.Main.WarningErrorCounter",
"order": 1,
"location": "main-toolbar-right"
@@ -170,8 +176,20 @@
},
{
"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"
},
{
« no previous file with comments | « Source/devtools/front_end/inspectorStyle.css ('k') | Source/devtools/front_end/network/NetworkPanel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698