mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Update icons
CURA-9424
This commit is contained in:
parent
e954de7f01
commit
f8ed660d58
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue