mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-25 23:55:38 +00:00
Small adjustment of the physical image placement on the miximage.
This commit is contained in:
parent
1e5efc251a
commit
488db7b5f7
|
@ -605,7 +605,7 @@ bool MiximageGenerator::generateImage()
|
||||||
Utils::CImg::addDropShadow(physicalMediaImage, physicalMediaShadowSize, 0.6f, 4);
|
Utils::CImg::addDropShadow(physicalMediaImage, physicalMediaShadowSize, 0.6f, 4);
|
||||||
|
|
||||||
// Place it to the right of the 3D box or cover with a small margin in between.
|
// Place it to the right of the 3D box or cover with a small margin in between.
|
||||||
xPosPhysicalMedia = xPosBox + boxImage.width() + 12 * resolutionMultiplier;
|
xPosPhysicalMedia = xPosBox + boxImage.width() + 16 * resolutionMultiplier;
|
||||||
yPosPhysicalMedia = canvasImage.height() - physicalMediaImage.height();
|
yPosPhysicalMedia = canvasImage.height() - physicalMediaImage.height();
|
||||||
|
|
||||||
// Only RGB channels for the image.
|
// Only RGB channels for the image.
|
||||||
|
|
Loading…
Reference in a new issue