mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
Fix header weights.
This commit is contained in:
committed by
Dominik Schmidt
parent
a7fd04e1f3
commit
06374586e0
@@ -27,7 +27,7 @@ TrackHeader::TrackHeader( TrackView* parent )
|
|||||||
, m_parent( parent )
|
, m_parent( parent )
|
||||||
{
|
{
|
||||||
QList< double > columnWeights;
|
QList< double > columnWeights;
|
||||||
columnWeights << 0.18 << 0.18 << 0.17 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05 << 0.10; // << 0.05;
|
columnWeights << 0.18 << 0.18 << 0.17 << 0.17 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05 << 0.10; // << 0.05;
|
||||||
|
|
||||||
setDefaultColumnWeights( columnWeights );
|
setDefaultColumnWeights( columnWeights );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user