This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12811 - Problem with %Cl tag
Attached to Project:
Rockbox
Opened by Sahand (Sahand_N) - Friday, 25 January 2013, 11:53 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Monday, 04 February 2013, 09:35 GMT+2
Opened by Sahand (Sahand_N) - Friday, 25 January 2013, 11:53 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Monday, 04 February 2013, 09:35 GMT+2
|
DetailsI'm using a Sansa Clip Zip,
Starting from build 9b7edbf (2013-01-16), Rockbox completely ignores maxwidth and maxheight specified within %Cl tag. The attached screenshots are from 9b7edbf and d24c220 (2013-01-15) using exactly the same theme. And the tag I used is: %Cl(0,0,96,96,c,c). |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Monday, 04 February 2013, 09:35 GMT+2
Reason for closing: Not a Bug
Monday, 04 February 2013, 09:35 GMT+2
Reason for closing: Not a Bug
%Vl(a,0,10,96,74,-)
%Cl(0,0,96,96,c,c)
%Cd
Starting from build 9b7edbf, Rockbox loads the AA 74px high and 74px wide because of the dimension specified within %Vl (or %V), rendering maxwidth and maxheight of the %Cl tag completely useless.
It also changes the way some themes like http://themes.rockbox.org/index.php?themeid=1524&target=sansaclipzip look.
I know it's silly to display AA on such a small screen and I don't want to that, but some themes on bigger players might be affected.