mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove un-needed column component
CURA-8587
This commit is contained in:
parent
aea316799a
commit
62596a42e6
1 changed files with 55 additions and 63 deletions
|
|
@ -17,17 +17,10 @@ Rectangle
|
|||
color: UM.Theme.getColor("main_background")
|
||||
radius: UM.Theme.getSize("default_radius").width
|
||||
|
||||
Column
|
||||
{
|
||||
width: parent.width
|
||||
|
||||
spacing: 0
|
||||
|
||||
PackageCardHeader
|
||||
{
|
||||
id: packageCardHeader
|
||||
|
||||
// description
|
||||
Item
|
||||
{
|
||||
id: shortDescription
|
||||
|
|
@ -99,7 +92,6 @@ Rectangle
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
FontMetrics
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue