mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Increased the miximage box size slightly.
This commit is contained in:
parent
e50b024b42
commit
83799f2208
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue