Fixed some leftover graphical issues

CURA-5943
This commit is contained in:
Jaime van Kessel 2018-11-30 14:10:42 +01:00
parent 48bdb735f2
commit 59a81be65c
2 changed files with 21 additions and 2 deletions

View file

@ -45,8 +45,8 @@ Item
text: (outputDevice != null && outputDevice.address != null) ? outputDevice.address : ""
font: UM.Theme.getFont("small")
color: UM.Theme.getColor("text_inactive")
anchors.top: parent.top
anchors.right: parent.right
anchors.top: outputDeviceNameLabel.bottom
anchors.left: parent.left
anchors.margins: UM.Theme.getSize("default_margin").width
}