From a0e8ce4b134532ffa4930f34d98a70a4bb3e048d Mon Sep 17 00:00:00 2001 From: RedDevilus Date: Fri, 3 Feb 2023 05:34:04 +0100 Subject: [PATCH] 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. --- pcsx2-qt/GameList/GameListWidget.cpp | 2 +- pcsx2-qt/Settings/GameSummaryWidget.ui | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pcsx2-qt/GameList/GameListWidget.cpp b/pcsx2-qt/GameList/GameListWidget.cpp index 57b7436204..051a2af4b9 100644 --- a/pcsx2-qt/GameList/GameListWidget.cpp +++ b/pcsx2-qt/GameList/GameListWidget.cpp @@ -488,7 +488,7 @@ void GameListWidget::resizeTableViewColumnsToFit() 80, // last played 80, // size 60, // region - 100 // compatibility + 120 // compatibility }); } diff --git a/pcsx2-qt/Settings/GameSummaryWidget.ui b/pcsx2-qt/Settings/GameSummaryWidget.ui index 2382427fb0..7e8c2b25a3 100644 --- a/pcsx2-qt/Settings/GameSummaryWidget.ui +++ b/pcsx2-qt/Settings/GameSummaryWidget.ui @@ -346,6 +346,11 @@ In-Game + + + Playable + + Perfect