CURA-5035 Added dummy author text

This commit is contained in:
Ian Paschal 2018-04-18 16:47:28 +02:00
parent f8672ecbc6
commit a5a35ef98b
2 changed files with 17 additions and 5 deletions

View file

@ -60,14 +60,24 @@ Item
width: parent.width
height: UM.Theme.getSize("base_unit") * 2
}
Label
{
id: description
text: details.description
anchors
{
top: title.bottom
left: title.left
topMargin: UM.Theme.getSize("default_margin").height
}
}
Column
{
id: properties
anchors
{
top: title.bottom
left: title.left
top: description.bottom
left: description.left
topMargin: UM.Theme.getSize("default_margin").height
}
spacing: Math.floor(UM.Theme.getSize("default_margin").height / 2)
@ -84,7 +94,7 @@ Item
id: values
anchors
{
top: title.bottom
top: description.bottom
left: properties.right
leftMargin: UM.Theme.getSize("default_margin").width
topMargin: UM.Theme.getSize("default_margin").height