mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"
This reverts commit6120d8a054
, reversing changes made to95652556fe
.
This commit is contained in:
parent
38ce22ba7c
commit
70e4e9640e
283 changed files with 1518 additions and 945 deletions
|
@ -143,7 +143,7 @@ Item
|
|||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
color: UM.Theme.getColor("text")
|
||||
source: base.currentSection == section ? UM.Theme.getIcon("ChevronSingleDown") : UM.Theme.getIcon("ChevronSingleRight")
|
||||
source: base.currentSection == section ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_right")
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
|
@ -229,7 +229,7 @@ Item
|
|||
width: height
|
||||
sourceSize.height: width
|
||||
color: UM.Theme.getColor("text_link")
|
||||
source: UM.Theme.getIcon("LinkExternal")
|
||||
source: UM.Theme.getIcon("external_link")
|
||||
}
|
||||
|
||||
Label
|
||||
|
|
|
@ -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("Plugin")
|
||||
source: UM.Theme.getIcon("package")
|
||||
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("Spool")
|
||||
source: UM.Theme.getIcon("material_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("PrinterTriple", "medium")
|
||||
source: UM.Theme.getIcon("group")
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ Cura.RoundedRectangle
|
|||
cornerSide: contentShown ? Cura.RoundedRectangle.Direction.Up : Cura.RoundedRectangle.Direction.All
|
||||
|
||||
property string title: ""
|
||||
property url rightIconSource: UM.Theme.getIcon("ChevronSingleDown")
|
||||
property url rightIconSource: UM.Theme.getIcon("arrow_bottom")
|
||||
|
||||
// If the tab is under hovering state
|
||||
property bool hovered: false
|
||||
|
|
|
@ -49,7 +49,7 @@ Item
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
height: UM.Theme.getSize("expandable_component_content_header").height
|
||||
rightIconSource: contentShown ? UM.Theme.getIcon("ChevronSingleDown") : UM.Theme.getIcon("ChevronSingleLeft")
|
||||
rightIconSource: contentShown ? UM.Theme.getIcon("arrow_bottom") : UM.Theme.getIcon("arrow_left")
|
||||
contentShown: base.contentShown
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue