View Single Post
Old 09-06-2007, 09:57 AM   #75
diabloNL
Gadget ForceŽ
diabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with othersdiabloNL plays well with others
 
diabloNL's Avatar
 
Posts: 705
Karma: 2733
Join Date: Jun 2006
Location: The Netherlands
Device: Sony PRS-300 + Cybook with funny screen :P
In the page_group the original settings are:

Code:
<kbookStatus skin="kbookPageStatus" left="0" right="0" height="30" bottom="0"/>
		<kbookIndicator skin="sizeIndicator" left="90" bottom="0" variable="BOOK_SIZE"/>
		<kbookIndicator skin="halfPageIndicator" left="120" height="30" bottom="0" variable="BOOK_HALF_PAGE"/>
		<kbookLabel left="180" right="180" height="30" bottom="0" align="center" variable="BOOK_INDEX_COUNT"/>
		<kbookLabel width="100" right="4" height="30" bottom="0" align="right" variable="SHD_TIME"/>
The adjusted for the total counter is:

Code:
<kbookStatus skin="kbookPageStatus" left="0" right="0" height="30" bottom="0"/>
		<kbookIndicator skin="sizeIndicator" left="90" bottom="0" variable="BOOK_SIZE"/>
		<kbookIndicator skin="halfPageIndicator" left="120" height="30" bottom="0" variable="BOOK_HALF_PAGE"/>
		<kbookLabel left="150" right="150" height="30" bottom="0" align="center" variable="BOOK_INDEX_COUNT"/>
		<kbookLabel width="100" right="4" height="30" bottom="0" align="right" variable="SHD_TIME"/>
So that gives the space to display the 4th digit.
diabloNL is offline   Reply With Quote