Qt: Fix compatibility string

Playable rating was missing which is the most common rating for PCSX2. There are some other issues like the images look bad for star rating and some other stuff. Also resize the compatibility table width a bit.
This commit is contained in:
RedDevilus 2023-02-03 05:34:04 +01:00 committed by refractionpcsx2
parent 0e35b3edcb
commit a0e8ce4b13
2 changed files with 6 additions and 1 deletions

View File

@ -488,7 +488,7 @@ void GameListWidget::resizeTableViewColumnsToFit()
80, // last played
80, // size
60, // region
100 // compatibility
120 // compatibility
});
}

View File

@ -346,6 +346,11 @@
<string>In-Game</string>
</property>
</item>
<item>
<property name="text">
<string>Playable</string>
</property>
</item>
<item>
<property name="text">
<string>Perfect</string>