mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-09-07 20:50:53 +02:00
Compare commits
1 Commits
vlc-musics
...
style-stv-
Author | SHA1 | Date | |
---|---|---|---|
|
f6ab3e6007 |
@@ -41,6 +41,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"
|
||||
@@ -105,6 +106,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( true );
|
||||
|
Reference in New Issue
Block a user