mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 14:13:55 -06:00
Fix QML typo
This commit is contained in:
parent
8e6e749d96
commit
4e083c7c29
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ UM.Dialog
|
|||
{
|
||||
left: parent.left
|
||||
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.")
|
||||
width: parent.width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue