mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 12:05:38 +00:00
Increased the game description row count for the automatic multi-scraper.
This commit is contained in:
parent
3683866062
commit
97af891b66
|
@ -224,7 +224,7 @@ void GuiScraperSearch::onSizeChanged()
|
|||
mResultDesc->getFont()->getHeight() * 3.0f);
|
||||
else
|
||||
mDescContainer->setSize(mGrid.getColWidth(4) * thumbnailCellScale,
|
||||
mResultDesc->getFont()->getHeight() * 6.0f);
|
||||
mResultDesc->getFont()->getHeight() * 8.0f);
|
||||
|
||||
// Make description text wrap at edge of container.
|
||||
mResultDesc->setSize(mDescContainer->getSize().x, 0.0f);
|
||||
|
|
Loading…
Reference in a new issue