Fix QML typo

This commit is contained in:
fieldOfView 2018-10-05 21:51:08 +02:00
parent 8e6e749d96
commit 4e083c7c29

View file

@ -80,7 +80,7 @@ UM.Dialog
{ {
left: parent.left left: parent.left
top: titleLabel.bottom top: titleLabel.bottom
topMargin: UM.Theme.getSize("default_margin") topMargin: UM.Theme.getSize("default_margin").height
} }
text: catalog.i18nc("@title:tab", "Select the printer you want to use from the list below.\n\nIf your printer is not in the list, use the \"Custom FFF Printer\" from the \"Custom\" category and match adjust the settings to match your printer in the next dialog.") text: catalog.i18nc("@title:tab", "Select the printer you want to use from the list below.\n\nIf your printer is not in the list, use the \"Custom FFF Printer\" from the \"Custom\" category and match adjust the settings to match your printer in the next dialog.")
width: parent.width width: parent.width