mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Also set correct size for package card title
This commit is contained in:
parent
b98e0d1753
commit
60b174177f
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ Rectangle
|
|||
left: packageItem.right
|
||||
right: parent.right
|
||||
top: parent.top
|
||||
topMargin: UM.Theme.getSize("default_margin").height
|
||||
topMargin: UM.Theme.getSize("narrow_margin").height
|
||||
leftMargin: UM.Theme.getSize("default_margin").width
|
||||
rightMargin:UM.Theme.getSize("thick_margin").width
|
||||
}
|
||||
|
@ -74,7 +74,7 @@ Rectangle
|
|||
Label
|
||||
{
|
||||
text: packageData.displayName
|
||||
font: UM.Theme.getFont("large_bold")
|
||||
font: UM.Theme.getFont("medium_bold")
|
||||
color: UM.Theme.getColor("text")
|
||||
verticalAlignment: Text.AlignTop
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue