diff --git a/src/tomahawk/sourcetree/SourceTreeView.cpp b/src/tomahawk/sourcetree/SourceTreeView.cpp index 062146cd8..4bb580328 100644 --- a/src/tomahawk/sourcetree/SourceTreeView.cpp +++ b/src/tomahawk/sourcetree/SourceTreeView.cpp @@ -42,6 +42,7 @@ #include "utils/Closure.h" #include "utils/Logger.h" #include "utils/ShortLinkHelper.h" +#include "utils/TomahawkStyle.h" #include "utils/TomahawkUtilsGui.h" #include "widgets/SourceTreePopupDialog.h" #include "PlaylistEntry.h" @@ -107,6 +108,8 @@ SourceTreeView::SourceTreeView( QWidget* parent ) setEditTriggers( NoEditTriggers ); setAutoExpandDelay( 500 ); + TomahawkStyle::styleScrollBar( verticalScrollBar() ); + // TODO animation conflicts with the expanding-playlists-when-collection-is-null // so investigate setAnimated( false );