diff --git a/src/components/ScraperSearchComponent.cpp b/src/components/ScraperSearchComponent.cpp index 27bf603e5..22cb648f7 100644 --- a/src/components/ScraperSearchComponent.cpp +++ b/src/components/ScraperSearchComponent.cpp @@ -94,7 +94,7 @@ void ScraperSearchComponent::onSizeChanged() mGrid.setRowHeightPerc(1, 0.505f); - const float boxartCellScale = 0.85f; + const float boxartCellScale = 0.9f; // limit thumbnail size using setMaxHeight - we do this instead of letting mGrid call setSize because it maintains the aspect ratio // we also pad a little so it doesn't rub up against the metadata labels diff --git a/src/guis/GuiScraperMulti.cpp b/src/guis/GuiScraperMulti.cpp index bbe9d9072..1e98901d0 100644 --- a/src/guis/GuiScraperMulti.cpp +++ b/src/guis/GuiScraperMulti.cpp @@ -50,7 +50,7 @@ GuiScraperMulti::GuiScraperMulti(Window* window, const std::queue