Closed Pixxel123 closed 3 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.
The issue still remains unfortunately. Do I need to do anything else other than edit the GameDetails.xaml file and restart Playnite?
No, I will review and see if I can reproduce this issue myself. So I'll leave this issue open for now.
@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 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"
toMinHeight="100"
Can confirm, this seems to fix it!
Thank you, the fix will be in the next update 👍
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: