Kodi Community Forum
v18 PVR Recordings: list view height overruns intended area - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Transparency! (https://forum.kodi.tv/forumdisplay.php?fid=115)
+----- Thread: v18 PVR Recordings: list view height overruns intended area (/showthread.php?tid=340690)



PVR Recordings: list view height overruns intended area - kurai - 2019-02-11

Hi Ronie.

This issue has been around since Transparency v.11.03-ish in 1080p/View-PVR.xml (when you added the List View to PVR Recordings for me.  Cool )
I only noticed it fairly recently when I had enough recordings present to extend the list beyond a single page - I waited a while to report it as I was still on v.17 Krypton, & didn't want to bother you while a full release of v.18 Leia & matching Transparency were seemingly just around the corner, and a fixed layout might have been pending already.

The issue is that the upper section of recorded items is slightly too long, and extends over the top of the media info section at the bottom of the pane, as seen here:-

Image

Adjusting height of the relevant part in <include name="MediaInfo-PVRRecordings"> seems to fix the problem.

From:
Code:
Line: 695     <height>654</height>
To:
Code:
Line: 695     <height>495</height>

All the best,
--
kurai


RE: PVR Recordings: list view height overruns intended area - ronie - 2019-02-11

thanx for the feedback :-)
i'll change the height to 495.