Skip to content

Commit

Permalink
Qt: Slightly increase game list title size
Browse files Browse the repository at this point in the history
  • Loading branch information
kamfretoz authored and lightningterror committed Aug 19, 2024
1 parent 04fdd09 commit b6eddad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-qt/GameList/GameListWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,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 b6eddad

Please sign in to comment.