View Single Post
Old 07-06-2013, 09:38 AM   #1
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
Firmware mod: reducing size of the bottom bar (pageometer)

I've played around with the firmware to change the dimensions of the bottom bar in reading mode. See the attached file for a visual result.
The first picture shows a screen shot of the originial firmware 2.5.1. bottom bar
The second and fourth picture show the adjusted page number footer in reading mode.
The third picture shows the menu bar of which the dimensions have not changed (the changes have no effect on the menu bar). Compare with the second picture.
The second and third picture show the modified page number footer in reading mode.

Second image
Code:
ReadingFooter {
	min-height: 40px;
	max-height: 40px;
	qproperty-footerMargin: 20;
}
Third image
Code:
ReadingFooter {
	min-height: 30px;
	max-height: 30px;
	qproperty-footerMargin: 30;
}
Device: Kobo Touch
Firmware: 2.5.1.
File: libnickel.so.1.0.0
Path: \usr\local\Kobo
Attached Thumbnails
Click image for larger version

Name:	Clipboard01.jpg
Views:	2898
Size:	486.8 KB
ID:	107847  

Last edited by Anak; 07-06-2013 at 10:04 AM.
Anak is offline   Reply With Quote