mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Implemeted new icons in on-boarding dialog
CURA-8010_new_icons
This commit is contained in:
parent
9ea97f7561
commit
247412b16a
3 changed files with 18 additions and 4 deletions
|
@ -203,7 +203,7 @@ Cura.ExpandableComponent
|
|||
anchors.right: extrudersModelCheckBox.right
|
||||
width: UM.Theme.getSize("layerview_legend_size").width
|
||||
height: UM.Theme.getSize("layerview_legend_size").height
|
||||
source: UM.Theme.getIcon("Extruder", "30")
|
||||
source: UM.Theme.getIcon("Extruder", "large")
|
||||
color: model.color
|
||||
}
|
||||
|
||||
|
|
|
@ -112,7 +112,7 @@ Item
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width
|
||||
source: UM.Theme.getIcon("package")
|
||||
source: UM.Theme.getIcon("Plugin")
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ Item
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width
|
||||
source: UM.Theme.getIcon("material_spool")
|
||||
source: UM.Theme.getIcon("Spool")
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
@ -172,7 +172,7 @@ Item
|
|||
anchors.horizontalCenter: communityColumn.horizontalCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
width: UM.Theme.getSize("welcome_wizard_cloud_content_image").width
|
||||
source: UM.Theme.getIcon("group")
|
||||
source: UM.Theme.getIcon("PrinterTriple", "large")
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
|
14
resources/themes/cura-light/icons/large/PrinterTriple.svg
Normal file
14
resources/themes/cura-light/icons/large/PrinterTriple.svg
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
|
||||
<g id="Layer_1">
|
||||
<g>
|
||||
<path d="M24,25h-4.414l-2-2h-5.172l-2,2H6V5h18V25z M20.414,23H22V7H8v16h1.586l2-2h6.828L20.414,23z"/>
|
||||
<rect x="11" y="17" width="8" height="2"/>
|
||||
<polygon points="5,22 2,22 2,8 5,8 5,10 4,10 4,20 5,20 "/>
|
||||
<polygon points="28,22 25,22 25,20 26,20 26,10 25,10 25,8 28,8 "/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="Comments">
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 588 B |
Loading…
Add table
Add a link
Reference in a new issue