mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
Slight adjustment to the scraper game description scrolling speed.
This commit is contained in:
parent
735ce39812
commit
1143e66ab0
|
@ -68,9 +68,9 @@ GuiScraperSearch::GuiScraperSearch(
|
||||||
|
|
||||||
// Adjust the game description text scrolling parameters depending on the search type.
|
// Adjust the game description text scrolling parameters depending on the search type.
|
||||||
if (mSearchType == NEVER_AUTO_ACCEPT)
|
if (mSearchType == NEVER_AUTO_ACCEPT)
|
||||||
mDescContainer->setScrollParameters(2500, 3000, 70);
|
mDescContainer->setScrollParameters(2500, 3000, 80);
|
||||||
else
|
else
|
||||||
mDescContainer->setScrollParameters(6000, 3000, 70);
|
mDescContainer->setScrollParameters(6000, 3000, 80);
|
||||||
|
|
||||||
mResultDesc = std::make_shared<TextComponent>(mWindow, "Result desc",
|
mResultDesc = std::make_shared<TextComponent>(mWindow, "Result desc",
|
||||||
Font::get(FONT_SIZE_SMALL), 0x777777FF);
|
Font::get(FONT_SIZE_SMALL), 0x777777FF);
|
||||||
|
|
Loading…
Reference in a new issue