mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-11 16:44:05 +02:00
And don't stretch it either more than necessary.
This commit is contained in:
@@ -87,7 +87,7 @@ ColumnViewPreviewWidget::ColumnViewPreviewWidget( ColumnView* parent )
|
|||||||
QHBoxLayout* artistLayout = new QHBoxLayout;
|
QHBoxLayout* artistLayout = new QHBoxLayout;
|
||||||
artistLayout->addStretch();
|
artistLayout->addStretch();
|
||||||
artistLayout->addWidget( m_artistLabel );
|
artistLayout->addWidget( m_artistLabel );
|
||||||
m_artistLabel->setSizePolicy( QSizePolicy::MinimumExpanding, QSizePolicy::Preferred );
|
m_artistLabel->setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Preferred );
|
||||||
artistLayout->addStretch();
|
artistLayout->addStretch();
|
||||||
mainLayout->addLayout( artistLayout );
|
mainLayout->addLayout( artistLayout );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user