mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Disable last PR until scrollbar width is fixed.
This commit is contained in:
parent
bc97b7418c
commit
a7eb3fe432
@ -108,7 +108,10 @@ SourceTreeView::SourceTreeView( QWidget* parent )
|
||||
setEditTriggers( NoEditTriggers );
|
||||
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
|
||||
// so investigate
|
||||
|
Loading…
x
Reference in New Issue
Block a user