mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
CURA-5035 Added dummy author text
This commit is contained in:
parent
f8672ecbc6
commit
a5a35ef98b
2 changed files with 17 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue