make consistent

This commit is contained in:
Axel Kohlmeyer
2023-10-08 19:26:08 -04:00
parent b2c52c5032
commit 4eef20e808

View File

@ -492,7 +492,7 @@ void ImageViewer::createImage()
if (showaxes) if (showaxes)
dumpcmd += " axes yes 0.5 0.025"; dumpcmd += " axes yes 0.5 0.025";
else else
dumpcmd += QString(" axes no 0.0 0.0"); dumpcmd += " axes no 0.0 0.0";
dumpcmd += " modify boxcolor " + settings.value("boxcolor", "yellow").toString(); dumpcmd += " modify boxcolor " + settings.value("boxcolor", "yellow").toString();
dumpcmd += " backcolor " + settings.value("background", "black").toString(); dumpcmd += " backcolor " + settings.value("background", "black").toString();