mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
make the Recently played tracks list wider like it used to be
This commit is contained in:
parent
05b4f38cb5
commit
cbc9d48a73
@ -75,10 +75,10 @@ WelcomeWidget::WelcomeWidget( QWidget* parent )
|
||||
m_tracksModel->setSource( source_ptr() );
|
||||
|
||||
QFont f;
|
||||
f.setPointSize( 11 );
|
||||
f.setPointSize( 10 );
|
||||
f.setBold( true );
|
||||
QFontMetrics fm( f );
|
||||
ui->tracksView->setMinimumWidth( fm.width( tr("Recently played tracks") ) );
|
||||
ui->tracksView->setMinimumWidth( fm.width( tr("Recently played tracks") ) * 2 );
|
||||
|
||||
m_recentAlbumsModel = new AlbumModel( ui->additionsView );
|
||||
ui->additionsView->setPlayableModel( m_recentAlbumsModel );
|
||||
|
Loading…
x
Reference in New Issue
Block a user