Thank you! I just tested it and it basically fixes my issue, i.e. the Player widget on my setup now goes to the bottom of the screen and fully covers the wallpaper image.
However, now the progress bar of the Player widget isn't fully shown anymore, it's only 2 px instead of 6 px heigh, please see attached picture.
In test96 and before, one unit of my screen grid was 89 px heigh, so the 600 px height of my screen added up like this: status bar 64 px + screen grid 6 * 89 px + 2 unused lines at the bottom of the screen = 600 px.
In test97 it is like this: status bar 64 px + screen grid 6 * 90 px - 4 not shown lines at the bottom of the screen = 600 px.
For me personally test97 is OK, since the now only 2 px heigh progress bar looks nice to me (as I prefer it to be slim), but I don't know what other users think.
Couldn't you make the units of the screen grid different in height, so that they compensate for the rounding errors and add up to the full screen height?
For my vertical screen grid this would be: status bar 64 px + screen grid 89 px + 90 px + 89 px + 89 px + 90 px + 89 px = 600 px.
For my horizontal grid this would be: 102 px + 103 px + 102 px + 103 px + 102 px + 102 px + 103 px + 102 px + 103 px + 102 px = 1024 px.
Of course this mixture of 89 px + 90 px and 102 px + 103 px would have to be calculated based on the actual screen size and screen grid that is used. I guess that this makes it quite complicated if not impossible for you to implement. In this case I personally would prefer the implementation of test97 over the implementation of test96 and before.
I have two feature requests for the Player widget which I already asked some months ago, before you reworked the Player widget. Now I'd like to ask you again:
- Please add an option to set the height of the progress bar (this would also serve as a workaround for the screen grid implementation of test97).
- Please add some toggles to turn the progress bar on/off separately for each player. This would be very useful, because not all players broadcast their track position. Currently I e.g. see a full progress bar when using DAB-Z and NavRadio+, but I would like to turn it of for them.
After installing test97 I observed an issue of the Clock widget that has been reported before but not fixed yet: The Clock widget sometimes erratically changes its font sizes when updating FCC. As I observed it, the size of the 2nd font gets bigger and the size of the 1st font gets smaller. Please have a look into this.
Thanks and best regards.