Create '+' tab for main content view
- Make RenameItemWindow more generic, reuse for Rename Printer - Move Delete Printer to printer overflow menu - Move Rename Printer to printer overflow menu - Remove PrinterSelector from printer overflow menu - Remove Add New Printer action from PrinterSelector - Remove pencil icon/edit printer behavior from PrinterSelector
This commit is contained in:
parent
bbe5ab375f
commit
83a4bcf1b7
12 changed files with 189 additions and 238 deletions
|
|
@ -211,6 +211,7 @@
|
|||
<Compile Include="PartPreviewWindow\GCodeDetails.cs" />
|
||||
<Compile Include="PartPreviewWindow\GCodeDetailsView.cs" />
|
||||
<Compile Include="PartPreviewWindow\OverflowDropdown.cs" />
|
||||
<Compile Include="PartPreviewWindow\PlusTabPage.cs" />
|
||||
<Compile Include="PartPreviewWindow\PrinterTabPage.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\BaseObject3DEditor.cs" />
|
||||
<Compile Include="PartPreviewWindow\View3D\DragDropLoadProgress.cs" />
|
||||
|
|
@ -279,7 +280,6 @@
|
|||
<Compile Include="Library\Widgets\SystemWindows\CreateFolderWindow.cs" />
|
||||
<Compile Include="Queue\OptionsMenu\ExportGcodePlugin.cs" />
|
||||
<Compile Include="SetupWizard\AndroidConnectDevicePage.cs" />
|
||||
<Compile Include="SetupWizard\EditPrinterSettingsPage.cs" />
|
||||
<Compile Include="SetupWizard\ImportSettingsPage.cs" />
|
||||
<Compile Include="SetupWizard\ExportSettingsPage.cs" />
|
||||
<Compile Include="SetupWizard\LicenseAgreementPage.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue