mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 22:26:00 +08:00
Remove un-needed column component
CURA-8587
This commit is contained in:
parent
aea316799a
commit
62596a42e6
@ -17,17 +17,10 @@ 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
|
||||||
|
|
||||||
Column
|
|
||||||
{
|
|
||||||
width: parent.width
|
|
||||||
|
|
||||||
spacing: 0
|
|
||||||
|
|
||||||
PackageCardHeader
|
PackageCardHeader
|
||||||
{
|
{
|
||||||
id: packageCardHeader
|
id: packageCardHeader
|
||||||
|
|
||||||
// description
|
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
id: shortDescription
|
id: shortDescription
|
||||||
@ -99,7 +92,6 @@ Rectangle
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
FontMetrics
|
FontMetrics
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user