Fix text rendering in the ConfigurationMenu

This commit is contained in:
fieldOfView 2018-05-25 21:40:30 +02:00
parent d6e7b96437
commit 87555a38c4
2 changed files with 5 additions and 0 deletions

View file

@ -92,6 +92,7 @@ Rectangle
anchors.verticalCenter: buildplateIcon.verticalCenter
anchors.leftMargin: Math.round(UM.Theme.getSize("default_margin").height / 2)
text: configuration.buildplateConfiguration
renderType: Text.NativeRendering
color: textColor
}
}