Update icons

CURA-9424
This commit is contained in:
Joey de l'Arago 2022-11-03 16:54:56 +01:00
parent e954de7f01
commit f8ed660d58

View file

@ -158,7 +158,7 @@ UM.Dialog
{ {
id: profileSection id: profileSection
title: catalog.i18nc("@action:label", "Profile settings") title: catalog.i18nc("@action:label", "Profile settings")
iconSource: UM.Theme.getIcon("Printer") iconSource: UM.Theme.getIcon("Sliders")
content: Column content: Column
{ {
id: profileSettingsValuesTable id: profileSettingsValuesTable
@ -218,7 +218,7 @@ UM.Dialog
{ {
id: materialSection id: materialSection
title: catalog.i18nc("@action:label", "Material settings") title: catalog.i18nc("@action:label", "Material settings")
iconSource: UM.Theme.getIcon("Printer") iconSource: UM.Theme.getIcon("Spool")
content: Column content: Column
{ {
spacing: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height
@ -262,7 +262,7 @@ UM.Dialog
{ {
id: visibilitySection id: visibilitySection
title: catalog.i18nc("@action:label", "Setting visibility") title: catalog.i18nc("@action:label", "Setting visibility")
iconSource: UM.Theme.getIcon("Printer") iconSource: UM.Theme.getIcon("Eye")
content: Column content: Column
{ {
spacing: UM.Theme.getSize("default_margin").height spacing: UM.Theme.getSize("default_margin").height