mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
0e35b3edcb
commit
a0e8ce4b13
|
@ -488,7 +488,7 @@ void GameListWidget::resizeTableViewColumnsToFit()
|
|||
80, // last played
|
||||
80, // size
|
||||
60, // region
|
||||
100 // compatibility
|
||||
120 // compatibility
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue