mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Use the old icon names
So that they can still be found in 4.9 and 4.10 Cura version. CURA-8444
This commit is contained in:
parent
10ec9e2754
commit
97c779cc53
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@ Item
|
||||||
left: parent.left
|
left: parent.left
|
||||||
leftMargin: UM.Theme.getSize("default_margin").width
|
leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
}
|
}
|
||||||
source: UM.Theme.getIcon("Magnifier")
|
source: UM.Theme.getIcon("search")
|
||||||
height: UM.Theme.getSize("small_button_icon").height
|
height: UM.Theme.getSize("small_button_icon").height
|
||||||
width: height
|
width: height
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
|
@ -92,7 +92,7 @@ Item
|
||||||
id: upgradePlanButton
|
id: upgradePlanButton
|
||||||
|
|
||||||
text: "Upgrade plan"
|
text: "Upgrade plan"
|
||||||
iconSource: UM.Theme.getIcon("LinkExternal")
|
iconSource: UM.Theme.getIcon("external_link")
|
||||||
visible: createNewProjectButtonVisible && !manager.userAccountCanCreateNewLibraryProject && (manager.retrievingProjectsStatus == DF.RetrievalStatus.Success || manager.retrievingProjectsStatus == DF.RetrievalStatus.Failed)
|
visible: createNewProjectButtonVisible && !manager.userAccountCanCreateNewLibraryProject && (manager.retrievingProjectsStatus == DF.RetrievalStatus.Success || manager.retrievingProjectsStatus == DF.RetrievalStatus.Failed)
|
||||||
tooltip: "Maximum number of projects reached. Please upgrade your subscription to create more projects."
|
tooltip: "Maximum number of projects reached. Please upgrade your subscription to create more projects."
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue