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.