Thank you very much GeoffRf.
Is there any form to set sharpness always in maximum value (with no relation with weight)?
In firmware versions until 3.1.1, sharpness and weight settings were independent. I always set sharpness on maximum. I think the transition between pages looks to be faster. Is there any pach to recover that feature in the new firmware?
Quote:
Originally Posted by Jellby
I don't like the "Page xx of yy" format for the footer, but I still want to see the "pages", so I'm using this patch:
Code:
<Patch>
patch_name = `Custom footer`
patch_enable = `yes`
#
# Changes the footer text with something shorter
# (not sure how it affects translations)
#
replace_string = CAA164, `Page %1 <i>of</i> %2`, `%1/%2`
</Patch>
Now the footer is simply "xx/yy". Similar patches could be done for the percentage and time left formats, I guess.
|
Thanks Jellby! That format looks better for me too.