mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Add warning border to PackageCard
if information is missing
CURA-6990
This commit is contained in:
parent
70c36fc80f
commit
4492e3fba2
@ -18,6 +18,8 @@ Rectangle
|
||||
height: childrenRect.height
|
||||
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
|
||||
|
||||
PackageCardHeader
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user