Use themed border width

CURA-6990
This commit is contained in:
c.lamboo 2022-06-03 11:13:19 +02:00
parent 4492e3fba2
commit 8d3b3ae411

View file

@ -19,7 +19,7 @@ Rectangle
color: UM.Theme.getColor("main_background")
radius: UM.Theme.getSize("default_radius").width
border.color: packageData.isMissingPackageInformation ? UM.Theme.getColor("warning") : "transparent"
border.width: packageData.isMissingPackageInformation ? 1 : 0
border.width: packageData.isMissingPackageInformation ? UM.Theme.getSize("default_lining").width : 0
PackageCardHeader
{