Fix merge conflicts

This commit is contained in:
Lipu Fei 2019-04-09 11:33:07 +02:00
commit f94344263b
14 changed files with 345 additions and 503 deletions

View file

@ -23,11 +23,11 @@ Cura.MachineAction
Label
{
id: pageDescription
anchors.top: pageTitle.bottom
anchors.top: parent.top
anchors.topMargin: UM.Theme.getSize("default_margin").height
width: parent.width
wrapMode: Text.WordWrap
text: catalog.i18nc("@label","Please select any upgrades made to this Ultimaker 2.")
text: catalog.i18nc("@label", "Please select any upgrades made to this Ultimaker 2.")
font: UM.Theme.getFont("medium")
renderType: Text.NativeRendering
}