mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
CURA-5035 Review changes
This commit is contained in:
parent
7f622eb300
commit
668a92952c
13 changed files with 52 additions and 39 deletions
|
@ -23,7 +23,7 @@ Item
|
|||
{
|
||||
width: parent.width
|
||||
height: childrenRect.height
|
||||
spacing: Math.floor(UM.Theme.getSize("base_unit").width / 2)
|
||||
spacing: Math.floor(UM.Theme.getSize("narrow_margin").width)
|
||||
Rectangle
|
||||
{
|
||||
id: thumbnail
|
||||
|
@ -44,7 +44,7 @@ Item
|
|||
Column
|
||||
{
|
||||
width: parent.width - thumbnail.width - parent.spacing
|
||||
spacing: Math.floor(UM.Theme.getSize("base_unit").width / 2)
|
||||
spacing: Math.floor(UM.Theme.getSize("narrow_margin").width)
|
||||
Label
|
||||
{
|
||||
id: name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue