1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 06:07:37 +02:00

Disable last PR until scrollbar width is fixed.

This commit is contained in:
Christian Muehlhaeuser
2015-04-10 08:25:54 +02:00
parent bc97b7418c
commit a7eb3fe432

View File

@@ -108,7 +108,10 @@ SourceTreeView::SourceTreeView( QWidget* parent )
setEditTriggers( NoEditTriggers ); setEditTriggers( NoEditTriggers );
setAutoExpandDelay( 500 ); setAutoExpandDelay( 500 );
TomahawkStyle::styleScrollBar( verticalScrollBar() ); #ifndef Q_OS_MAC
// FIXME: scrollbar width
// TomahawkStyle::styleScrollBar( verticalScrollBar() );
#endif
// TODO animation conflicts with the expanding-playlists-when-collection-is-null // TODO animation conflicts with the expanding-playlists-when-collection-is-null
// so investigate // so investigate