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:
Konstantinos Karmas 2021-08-06 09:50:04 +02:00
parent 10ec9e2754
commit 97c779cc53

View file

@ -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."