Don't show these two columns by default

This commit is contained in:
David Sansome 2010-03-27 15:10:52 +00:00
parent 66df980238
commit 6bad424058

View File

@ -223,6 +223,8 @@ void PlaylistView::LoadGeometry() {
header()->hideSection(Playlist::Column_Filetype);
header()->hideSection(Playlist::Column_DateCreated);
header()->hideSection(Playlist::Column_DateModified);
header()->hideSection(Playlist::Column_AlbumArtist);
header()->hideSection(Playlist::Column_Composer);
}
}