mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
* UI fixes for Track page.
This commit is contained in:
parent
11d1fce78f
commit
264095d351
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user