mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Clean up the code
Remove all the references to the sidebar and use the term print_setup instead. Contributes to CURA-5941.
This commit is contained in:
parent
898fd25ddb
commit
1d33fe081f
12 changed files with 16 additions and 59 deletions
|
@ -49,7 +49,7 @@ Rectangle
|
|||
property var activePrinter: connectedDevice != null ? connectedDevice.activePrinter : null
|
||||
property var activePrintJob: activePrinter != null ? activePrinter.activePrintJob: null
|
||||
|
||||
SidebarTooltip
|
||||
PrintSetupTooltip
|
||||
{
|
||||
id: tooltip
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue