mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-03-06 14:27:43 +00:00
Increased the game description scrolling speed for the scraper.
This commit is contained in:
parent
a28f174960
commit
bdce6825dc
|
@ -65,6 +65,7 @@ GuiScraperSearch::GuiScraperSearch(
|
|||
|
||||
// Selected result description and container.
|
||||
mDescContainer = std::make_shared<ScrollableContainer>(mWindow);
|
||||
mDescContainer->setScrollParameters(1500, 1000, 11, AUTO_WIDTH_MOD);
|
||||
mResultDesc = std::make_shared<TextComponent>(mWindow, "Result desc",
|
||||
Font::get(FONT_SIZE_SMALL), 0x777777FF);
|
||||
mDescContainer->addChild(mResultDesc.get());
|
||||
|
|
Loading…
Reference in a new issue