Fixed a description box sizing issue for the scraper

This commit is contained in:
Leon Styhre 2023-07-29 17:50:33 +02:00
parent 1552cd11c4
commit 856f2c8b0b

View file

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