Increased the miximage box size slightly.

This commit is contained in:
Leon Styhre 2021-06-10 23:50:21 +02:00
parent e50b024b42
commit 83799f2208

View file

@ -299,7 +299,7 @@ bool MiximageGenerator::generateImage()
const unsigned int marqueeTargetWidth = 310 * resolutionMultiplier;
const unsigned int marqueeTargetHeight = 230 * resolutionMultiplier;
const unsigned int boxTargetWidth = 330 * resolutionMultiplier;
const unsigned int boxTargetHeight = 285 * resolutionMultiplier;
const unsigned int boxTargetHeight = 300 * resolutionMultiplier;
const unsigned int coverTargetWidth = 250 * resolutionMultiplier;
const unsigned int marqueeShadowSize = 6 * resolutionMultiplier;