mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use themed border width
CURA-6990
This commit is contained in:
parent
4492e3fba2
commit
8d3b3ae411
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Rectangle
|
||||||
color: UM.Theme.getColor("main_background")
|
color: UM.Theme.getColor("main_background")
|
||||||
radius: UM.Theme.getSize("default_radius").width
|
radius: UM.Theme.getSize("default_radius").width
|
||||||
border.color: packageData.isMissingPackageInformation ? UM.Theme.getColor("warning") : "transparent"
|
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
|
PackageCardHeader
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue