mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 15:45:52 +08: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
@ -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…
x
Reference in New Issue
Block a user