Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjelle Spijker <j.spijker@ultimaker.com>2021-04-26 20:42:17 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2021-04-26 20:42:17 +0300
commit2bd6f28f3a38a636d3e3a3198c368cca246828f0 (patch)
treedd7ec6f9c607a190b99cfdc7c8b5bbd3247a36ac /plugins/3MFReader/WorkspaceDialog.qml
parent7e98fb7fb065b6d672ecc808f7747d962c05f681 (diff)
Update Icons
Subdivided the new icons in 3 size categories. As requested by UX Used the company naming scheme for uniformity and easy recognition. Known issues: - Top/Bottom category wasn't taken into account by UX at the time. Since this is a recent addition. Both the Walls and Top/Bottom will be updated. - Cloud/Network connection icons 12px don't render correctly. Due to the theme-ing. - Extruder Icons do not render correctly. CURA-8010_new_icons
Diffstat (limited to 'plugins/3MFReader/WorkspaceDialog.qml')
-rw-r--r--plugins/3MFReader/WorkspaceDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/3MFReader/WorkspaceDialog.qml b/plugins/3MFReader/WorkspaceDialog.qml
index 1fd20a3534..450f01fbd5 100644
--- a/plugins/3MFReader/WorkspaceDialog.qml
+++ b/plugins/3MFReader/WorkspaceDialog.qml
@@ -419,7 +419,7 @@ UM.Dialog
width: warningLabel.height
height: width
- source: UM.Theme.getIcon("notice")
+ source: UM.Theme.getIcon("Information")
color: palette.text
}