DavidoTek / ProtonUp-Qt

Install and manage GE-Proton, Luxtorpeda & more for Steam and Wine-GE & more for Lutris with this graphical user interface.
https://davidotek.github.io/protonup-qt
GNU General Public License v3.0
1.18k stars 39 forks source link

Games List: Unfocus ProtonDB Rating after Click #220

Closed sonic2kk closed 1 year ago

sonic2kk commented 1 year ago

When clicking the button to fetch the ProtonDB rating, it focused the cell with the rating. This made the color less obvious as it would use the focus color which drowned out the rating color. This PR defocuses that cell after revealing the rating.

There is also a minor change to the color used for the gold rating to match the one used on ProtonDB (the other colors already matched), and to add a color for "pending" as on the system theme it was just black and not very visible. Though to be honest I am not totally happy with the color - I tried to go for something distinct enough to stand out (though not obnoxiously so) and different enough to distinguish it from the other ratings. If there is a better color in mind please suggest/change it directly :-)

image

Thanks!