mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01: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:
parent
288f20a8f1
commit
eef2c0a89a
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user