1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 11:20:22 +02:00

Merge pull request #275 from tomahawk-player/style-stv-scrollbar

Style SourceTreeView scrollbar
This commit is contained in:
Christian Muehlhaeuser
2015-04-10 08:20:25 +02:00

View File

@@ -42,6 +42,7 @@
#include "utils/Closure.h" #include "utils/Closure.h"
#include "utils/Logger.h" #include "utils/Logger.h"
#include "utils/ShortLinkHelper.h" #include "utils/ShortLinkHelper.h"
#include "utils/TomahawkStyle.h"
#include "utils/TomahawkUtilsGui.h" #include "utils/TomahawkUtilsGui.h"
#include "widgets/SourceTreePopupDialog.h" #include "widgets/SourceTreePopupDialog.h"
#include "PlaylistEntry.h" #include "PlaylistEntry.h"
@@ -107,6 +108,8 @@ SourceTreeView::SourceTreeView( QWidget* parent )
setEditTriggers( NoEditTriggers ); setEditTriggers( NoEditTriggers );
setAutoExpandDelay( 500 ); setAutoExpandDelay( 500 );
TomahawkStyle::styleScrollBar( verticalScrollBar() );
// 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
setAnimated( false ); setAnimated( false );