mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-02-24 11:53:09 +01:00
* Disable horizontal scrollbars in TransferView.
This commit is contained in:
parent
291035db9c
commit
9e901dba2d
@ -47,6 +47,7 @@ TransferView::TransferView( AnimatedSplitter* parent )
|
||||
headers << tr( "Peer" ) << tr( "Rate" ) << tr( "Track" );
|
||||
m_tree->setHeaderLabels( headers );
|
||||
|
||||
m_tree->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff );
|
||||
m_tree->setSizePolicy( QSizePolicy::Preferred, QSizePolicy::Ignored );
|
||||
m_tree->setColumnCount( 3 );
|
||||
m_tree->setColumnWidth( 0, 80 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user