mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 3 additions and 2 deletions
|
|
@ -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]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue