Use medium quality Printer icon in the MachineSelector

CURA-8202
This commit is contained in:
Konstantinos Karmas 2021-06-30 12:25:28 +02:00
parent c3a7cd59be
commit 72ca4a9564
2 changed files with 15 additions and 2 deletions

View file

@ -93,11 +93,11 @@ Cura.ExpandablePopup
{
if (isGroup)
{
return UM.Theme.getIcon("PrinterTriple")
return UM.Theme.getIcon("PrinterTriple", "medium")
}
else if (isNetworkPrinter || isCloudRegistered)
{
return UM.Theme.getIcon("Printer")
return UM.Theme.getIcon("Printer", "medium")
}
else
{