mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 04:15:12 +08:00
Let's just get stepped up in here and get some personal space
Contributes to CL-1152
This commit is contained in:
parent
315bcf50c7
commit
df0ae20dde
@ -48,7 +48,8 @@ UM.Dialog
|
||||
anchors
|
||||
{
|
||||
fill: parent
|
||||
margins: 60 * screenScaleFactor // TODO: Theme!
|
||||
margins: 36 * screenScaleFactor // TODO: Theme!
|
||||
bottomMargin: 56 * screenScaleFactor // TODO: Theme!
|
||||
}
|
||||
wrapMode: Text.WordWrap
|
||||
text:
|
||||
@ -62,7 +63,7 @@ UM.Dialog
|
||||
{
|
||||
topLine = catalog.i18nc("@label", "The printer %1 is assigned, but the job contains an unknown material configuration.").arg(printer.name)
|
||||
}
|
||||
var result = "<p>" + topLine +"</p>"
|
||||
var result = "<p>" + topLine +"</p>\n\n"
|
||||
for (var i = 0; i < printer.activePrintJob.configurationChanges.length; i++)
|
||||
{
|
||||
var change = printer.activePrintJob.configurationChanges[i]
|
||||
|
Loading…
x
Reference in New Issue
Block a user