mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-02-16 20:15:38 +00:00
Fixed a description box sizing issue for the scraper
This commit is contained in:
parent
1552cd11c4
commit
856f2c8b0b
|
@ -221,7 +221,7 @@ void GuiScraperSearch::onSizeChanged()
|
|||
|
||||
if (mSearchType != ALWAYS_ACCEPT_FIRST_RESULT)
|
||||
mDescContainer->setSize(mGrid.getColWidth(1) * thumbnailCellScale + mGrid.getColWidth(2),
|
||||
mResultDesc->getFont()->getHeight() * 3.0f);
|
||||
mResultDesc->getFont()->getHeight() * 3.2f);
|
||||
else
|
||||
mDescContainer->setSize(mGrid.getColWidth(4) * thumbnailCellScale,
|
||||
mResultDesc->getFont()->getHeight() * 8.0f);
|
||||
|
|
Loading…
Reference in a new issue