DolphinQt2: reorder list columns to match DolphinWX

This commit is contained in:
Michael Maltese 2017-05-26 16:14:05 -07:00
parent aa33fabded
commit 4e14a6bc96
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ public:
enum
{
COL_PLATFORM = 0,
COL_ID,
COL_BANNER,
COL_TITLE,
COL_DESCRIPTION,
COL_MAKER,
COL_SIZE,
COL_ID,
COL_COUNTRY,
COL_SIZE,
COL_RATING,
NUM_COLS
};