mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
use 1.2f as carousel logo scale default - fixes #126
This commit is contained in:
parent
c2b76aaa73
commit
884cae4c37
|
@ -436,7 +436,7 @@ void SystemView::getDefaultElements(void)
|
|||
mCarousel.pos.x() = 0.0f;
|
||||
mCarousel.pos.y() = 0.5f * (mSize.y() - mCarousel.size.y());
|
||||
mCarousel.color = 0xFFFFFFD8;
|
||||
mCarousel.logoScale = 1.5f;
|
||||
mCarousel.logoScale = 1.2f;
|
||||
mCarousel.logoSize.x() = 0.25f * mSize.x();
|
||||
mCarousel.logoSize.y() = 0.155f * mSize.y();
|
||||
mCarousel.maxLogoCount = 3;
|
||||
|
|
Loading…
Reference in a new issue