Remove references to the toolbox plugin from the themes.json

Some other components were (incorrectly) using these theme variables.
Replaced them by another theme variable with the same value.

CURA 8588
This commit is contained in:
casper 2021-12-30 13:38:16 +01:00
parent 1cdeaffab7
commit 02c81234d0
5 changed files with 2 additions and 83 deletions

View file

@ -44,7 +44,7 @@ Cura.RoundedRectangle
{
id: projectImage
anchors.verticalCenter: parent.verticalCenter
width: UM.Theme.getSize("toolbox_thumbnail_small").width
width: UM.Theme.getSize("card_icon").width
height: Math.round(width * 3/4)
sourceSize.width: width
sourceSize.height: height

View file

@ -201,7 +201,7 @@ Item
LoadMoreProjectsCard
{
id: loadMoreProjectsCard
height: UM.Theme.getSize("toolbox_thumbnail_small").height
height: UM.Theme.getSize("card_icon").height
width: parent.width
visible: manager.digitalFactoryProjectModel.count > 0
hasMoreProjectsToLoad: manager.hasMoreProjectsToLoad