Browse Source

Update icons

CURA-9424
Joey de l'Arago 2 years ago
parent
commit
f8ed660d58
1 changed files with 3 additions and 3 deletions
  1. 3 3
      plugins/3MFReader/WorkspaceDialog.qml

+ 3 - 3
plugins/3MFReader/WorkspaceDialog.qml

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