mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-03 17:05:10 +08:00
Fixed some leftover graphical issues
CURA-5943
This commit is contained in:
parent
48bdb735f2
commit
59a81be65c
@ -22,6 +22,25 @@ Component
|
|||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Rectangle
|
||||||
|
{
|
||||||
|
id: footerSeparator
|
||||||
|
width: parent.width
|
||||||
|
height: UM.Theme.getSize("wide_lining").height
|
||||||
|
color: UM.Theme.getColor("wide_lining")
|
||||||
|
anchors.bottom: monitorButton.top
|
||||||
|
anchors.bottomMargin: UM.Theme.getSize("thick_margin").height
|
||||||
|
}
|
||||||
|
|
||||||
|
// MonitorButton is actually the bottom footer panel.
|
||||||
|
Cura.MonitorButton
|
||||||
|
{
|
||||||
|
id: monitorButton
|
||||||
|
anchors.bottom: parent.bottom
|
||||||
|
anchors.left: parent.left
|
||||||
|
anchors.right: parent.right
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -45,8 +45,8 @@ Item
|
|||||||
text: (outputDevice != null && outputDevice.address != null) ? outputDevice.address : ""
|
text: (outputDevice != null && outputDevice.address != null) ? outputDevice.address : ""
|
||||||
font: UM.Theme.getFont("small")
|
font: UM.Theme.getFont("small")
|
||||||
color: UM.Theme.getColor("text_inactive")
|
color: UM.Theme.getColor("text_inactive")
|
||||||
anchors.top: parent.top
|
anchors.top: outputDeviceNameLabel.bottom
|
||||||
anchors.right: parent.right
|
anchors.left: parent.left
|
||||||
anchors.margins: UM.Theme.getSize("default_margin").width
|
anchors.margins: UM.Theme.getSize("default_margin").width
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user