Increased the game description scrolling speed for the scraper.

This commit is contained in:
Leon Styhre 2021-01-05 12:53:19 +01:00
parent a28f174960
commit bdce6825dc

View file

@ -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());