Removed the static placeholders for monitor info

CL-894
This commit is contained in:
Jaime van Kessel 2018-08-16 15:54:35 +02:00
parent 0fe0e4ac54
commit 5bee561c9c
2 changed files with 29 additions and 9 deletions

View file

@ -19,7 +19,7 @@ Item
text: printCoreConfiguration.activeMaterial != null ? printCoreConfiguration.activeMaterial.name : ":("
elide: Text.ElideRight
width: parent.width
font: UM.Theme.getFont("very_small")
font: UM.Theme.getFont("default_bold")
}
Label
@ -29,7 +29,5 @@ Item
anchors.top: materialLabel.bottom
elide: Text.ElideRight
width: parent.width
font: UM.Theme.getFont("very_small")
opacity: 0.5
}
}