Let's just get stepped up in here and get some personal space

Contributes to CL-1152
This commit is contained in:
Ian Paschal 2018-12-10 14:39:15 +01:00
parent 315bcf50c7
commit df0ae20dde

View File

@ -48,7 +48,8 @@ UM.Dialog
anchors anchors
{ {
fill: parent fill: parent
margins: 60 * screenScaleFactor // TODO: Theme! margins: 36 * screenScaleFactor // TODO: Theme!
bottomMargin: 56 * screenScaleFactor // TODO: Theme!
} }
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
text: 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) 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++) for (var i = 0; i < printer.activePrintJob.configurationChanges.length; i++)
{ {
var change = printer.activePrintJob.configurationChanges[i] var change = printer.activePrintJob.configurationChanges[i]