mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Disable last PR until scrollbar width is fixed.
This commit is contained in:
@@ -108,7 +108,10 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
|||||||
setEditTriggers( NoEditTriggers );
|
setEditTriggers( NoEditTriggers );
|
||||||
setAutoExpandDelay( 500 );
|
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
|
// TODO animation conflicts with the expanding-playlists-when-collection-is-null
|
||||||
// so investigate
|
// so investigate
|
||||||
|
Reference in New Issue
Block a user