Skip to content

Commit

Permalink
Qt: Slightly bump grid view font size
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Aug 2, 2024
1 parent 9a626ca commit a793741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duckstation-qt/gamelistwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ void GameListWidget::onCoverScaleChanged()
m_list_view->setSpacing(m_model->getCoverArtSpacing());

QFont font;
font.setPointSizeF(16.0f * m_model->getCoverScale());
font.setPointSizeF(20.0f * m_model->getCoverScale());
m_list_view->setFont(font);
}

Expand Down

0 comments on commit a793741

Please sign in to comment.