mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* Always show a vertical scrollbar on the track page, so we don't have to shift things around once loading finished.
This commit is contained in:
@@ -104,6 +104,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
QScrollArea* area = new QScrollArea();
|
||||
area->setWidgetResizable( true );
|
||||
area->setWidget( widget );
|
||||
area->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOn );
|
||||
|
||||
area->setStyleSheet( "QScrollArea { background-color: #323435; }" );
|
||||
area->setFrameShape( QFrame::NoFrame );
|
||||
|
Reference in New Issue
Block a user