summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Klotz <uklotz@mixxx.org>2021-03-21 11:50:13 +0100
committerUwe Klotz <uklotz@mixxx.org>2021-03-21 12:10:40 +0100
commit2d998ad2fe4756196fe065a46a97132ca05e4b50 (patch)
treeeb761b86d79c76748003431c4057765c342199c7
parent672fea11b27d9583a73a97bb8a18e350f049b0a5 (diff)
Revert "library: Move color column to the left" (again)
-rw-r--r--src/library/mixxxlibraryfeature.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/mixxxlibraryfeature.cpp b/src/library/mixxxlibraryfeature.cpp
index d0119c734b..33ea90143c 100644
--- a/src/library/mixxxlibraryfeature.cpp
+++ b/src/library/mixxxlibraryfeature.cpp
@@ -24,7 +24,6 @@ namespace {
const QStringList DEFAULT_COLUMNS = {
LIBRARYTABLE_ID,
- LIBRARYTABLE_COLOR,
LIBRARYTABLE_PLAYED,
LIBRARYTABLE_TIMESPLAYED,
//has to be up here otherwise Played and TimesPlayed are not shown
@@ -51,6 +50,7 @@ const QStringList DEFAULT_COLUMNS = {
TRACKLOCATIONSTABLE_FSDELETED,
LIBRARYTABLE_COMMENT,
LIBRARYTABLE_MIXXXDELETED,
+ LIBRARYTABLE_COLOR,
LIBRARYTABLE_COVERART_SOURCE,
LIBRARYTABLE_COVERART_TYPE,
LIBRARYTABLE_COVERART_LOCATION,