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

Style SourceTreeView scrollbar

This commit is contained in:
Uwe L. Korn
2014-11-09 14:41:12 +01:00
parent 7cbe723e0a
commit f6ab3e6007

View File

@@ -41,6 +41,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"
@@ -105,6 +106,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( true ); // setAnimated( true );