mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 09:45:46 -04:00
Qt: Slightly bump grid view font size
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user