From 488db7b5f7ef5f40375b165ace4363bdc786697a Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 31 Oct 2021 09:47:05 +0100 Subject: [PATCH] Small adjustment of the physical image placement on the miximage. --- es-app/src/MiximageGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/es-app/src/MiximageGenerator.cpp b/es-app/src/MiximageGenerator.cpp index 6769b23e3..20eee9b2b 100644 --- a/es-app/src/MiximageGenerator.cpp +++ b/es-app/src/MiximageGenerator.cpp @@ -605,7 +605,7 @@ bool MiximageGenerator::generateImage() 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. - xPosPhysicalMedia = xPosBox + boxImage.width() + 12 * resolutionMultiplier; + xPosPhysicalMedia = xPosBox + boxImage.width() + 16 * resolutionMultiplier; yPosPhysicalMedia = canvasImage.height() - physicalMediaImage.height(); // Only RGB channels for the image.