mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Disable last PR until scrollbar width is fixed.
This commit is contained in:
@@ -108,7 +108,10 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
||||
setEditTriggers( NoEditTriggers );
|
||||
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
|
||||
// so investigate
|
||||
|
Reference in New Issue
Block a user