mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-19 02:47:30 +08:00
Also set correct size for package card title
This commit is contained in:
parent
b98e0d1753
commit
60b174177f
@ -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…
x
Reference in New Issue
Block a user