TheKersalMassive / ReskinPS5

A PS5 Reskin for Playnite
31 stars 3 forks source link

Time played box is cut off #2

Closed Pixxel123 closed 2 years ago

Pixxel123 commented 2 years ago

I've noticed that the time played box is slightly cut off at my resolution of 1920 x 1080 at 150% scaling (using on a TV screen). Here's a screenshot:

image

TheKersalMassive commented 2 years ago

I am not sure if it's caused by this or scaling related (as I can't reproduce it at 1080p @ 150% scaling), but I have corrected the Grid Row allocations in GameDetails.xaml which may have been causing this issue.

Are you able to edit the GameDetails.xaml file in the Views folder under line 24 and change:

<RowDefinition Height="7*" /> to <RowDefinition Height="6*" />

And confirm if this fixes it for you? As I can't reproduce it on a 1080p display myself.

Pixxel123 commented 2 years ago

The issue still remains unfortunately. Do I need to do anything else other than edit the GameDetails.xaml file and restart Playnite?

TheKersalMassive commented 2 years ago

No, I will review and see if I can reproduce this issue myself. So I'll leave this issue open for now.

TheKersalMassive commented 2 years ago

@Pixxel123 Looks like I missed the fixed 'Height' which will not allow for bigger font sizes.

Can you try the following please on Line 90:

Height="100" to MinHeight="100"

Pixxel123 commented 2 years ago

@Pixxel123 Looks like I missed the fixed 'Height' which will not allow for bigger font sizes.

Can you try the following please on Line 90:

Height="100" to MinHeight="100"

Can confirm, this seems to fix it!

image

TheKersalMassive commented 2 years ago

Thank you, the fix will be in the next update 👍