mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Updated margins & layout for the monitor page
CL-896
This commit is contained in:
parent
b0d9dc6fdd
commit
dab2efab7f
4 changed files with 57 additions and 29 deletions
|
@ -47,7 +47,6 @@ Item
|
|||
{
|
||||
id: materialLabel
|
||||
text:
|
||||
|
||||
{
|
||||
if(printCoreConfiguration != undefined && printCoreConfiguration.activeMaterial != undefined)
|
||||
{
|
||||
|
@ -55,11 +54,15 @@ Item
|
|||
}
|
||||
return ""
|
||||
}
|
||||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
anchors.left: extruderCircle.right
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").height
|
||||
elide: Text.ElideRight
|
||||
|
||||
anchors
|
||||
{
|
||||
right: parent.right
|
||||
left: extruderCircle.right
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
}
|
||||
|
||||
Label
|
||||
|
@ -75,8 +78,14 @@ Item
|
|||
}
|
||||
anchors.top: materialLabel.bottom
|
||||
elide: Text.ElideRight
|
||||
width: parent.width
|
||||
anchors.left: extruderCircle.right
|
||||
anchors.leftMargin: UM.Theme.getSize("default_margin").height
|
||||
|
||||
anchors
|
||||
{
|
||||
top: materialLabel.bottom
|
||||
right: parent.right
|
||||
left: extruderCircle.right
|
||||
leftMargin: UM.Theme.getSize("default_margin").width
|
||||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue