CURA-5035 Review changes

This commit is contained in:
Ian Paschal 2018-04-20 13:26:23 +02:00
parent 7f622eb300
commit 668a92952c
13 changed files with 52 additions and 39 deletions

View file

@ -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