mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -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
|
@ -54,7 +54,8 @@ Item
|
|||
bottom: parent.bottom
|
||||
left: parent.left
|
||||
right: parent.horizontalCenter
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
margins: 2 * UM.Theme.getSize("default_margin").width
|
||||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
|
||||
Label
|
||||
|
@ -101,7 +102,8 @@ Item
|
|||
bottom: parent.bottom
|
||||
left: parent.horizontalCenter
|
||||
right: parent.right
|
||||
margins: UM.Theme.getSize("default_margin").width
|
||||
margins: 2 * UM.Theme.getSize("default_margin").width
|
||||
leftMargin: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
|
||||
Label
|
||||
|
@ -254,7 +256,7 @@ Item
|
|||
|
||||
Rectangle
|
||||
{
|
||||
color: "grey"
|
||||
color: UM.Theme.getColor("viewport_background")
|
||||
width: 1
|
||||
|
||||
anchors.top: parent.top
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue