diff --git a/src/tomahawk/sourcetree/SourceTreeView.cpp b/src/tomahawk/sourcetree/SourceTreeView.cpp index 4bb580328..d114e7a62 100644 --- a/src/tomahawk/sourcetree/SourceTreeView.cpp +++ b/src/tomahawk/sourcetree/SourceTreeView.cpp @@ -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