Drawing: Add SpreadsheetView command - fixes #1805

This commit is contained in:
Yorik van Havre
2016-01-03 16:44:56 -02:00
parent 145fe4a364
commit 85fdc8c76b
9 changed files with 1171 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
*part << "Drawing_Clip";
*part << "Drawing_Symbol";
*part << "Drawing_DraftView";
*part << "Drawing_SpreadsheetView";
*part << "Drawing_ExportPage";
*part << "Separator";
*part << "Drawing_ProjectShape";
@@ -88,6 +89,7 @@ Gui::ToolBarItem* Workbench::setupToolBars() const
*part << "Drawing_Clip";
*part << "Drawing_Symbol";
*part << "Drawing_DraftView";
*part << "Drawing_SpreadsheetView";
*part << "Drawing_ExportPage";
return root;
}