mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Fixed column weights.
This commit is contained in:
@@ -27,7 +27,7 @@ TrackHeader::TrackHeader( TrackView* parent )
|
||||
, m_parent( parent )
|
||||
{
|
||||
QList< double > columnWeights;
|
||||
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;
|
||||
columnWeights << 0.16 << 0.16 << 0.14 << 0.12 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05 << 0.09; // << 0.03;
|
||||
|
||||
setDefaultColumnWeights( columnWeights );
|
||||
}
|
||||
|
Reference in New Issue
Block a user