Bug 1089240 - Add a measurement tool. r=pbrosset

This commit is contained in:
Matteo Ferretti
2015-09-28 15:14:00 +02:00
parent a7a915b951
commit 7f75401ffe
20 changed files with 1096 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ const ToolboxButtons = exports.ToolboxButtons = [
{ id: "command-button-scratchpad" },
{ id: "command-button-eyedropper" },
{ id: "command-button-screenshot" },
{ id: "command-button-rulers"}
{ id: "command-button-rulers" },
{ id: "command-button-measure" }
];
/**