mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
* UI fixes for Track page.
This commit is contained in:
@@ -61,7 +61,7 @@ TrackInfoWidget::TrackInfoWidget( const Tomahawk::query_ptr& query, QWidget* par
|
||||
|
||||
ui->similarTracksView->setAutoResize( true );
|
||||
ui->similarTracksView->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
|
||||
TomahawkUtils::styleScrollBar( ui->similarTracksView->verticalScrollBar() );
|
||||
// TomahawkUtils::styleScrollBar( ui->similarTracksView->verticalScrollBar() );
|
||||
TomahawkUtils::styleScrollBar( ui->lyricsView->verticalScrollBar() );
|
||||
|
||||
QFont f = font();
|
||||
|
@@ -58,6 +58,19 @@
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer_3">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
|
Reference in New Issue
Block a user