|  07-19-2022, 10:01 PM | #61 | 
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | |
|   |   | 
|  07-20-2022, 01:35 AM | #62 | 
| Ebook reader            Posts: 389 Karma: 5899335 Join Date: Oct 2008 Location: York, England Device: Kobo Aura H2O (ed 2, v1), Kobo Forma, Kobo Libra 2 | 
			
			I installed the latest version setting Margin to 62 with clock top left and battery % top right. It works fine thank you, but the battery font is noticeably bigger than the clock font Edit: I tried it with the features switched so that Battery % is top left and clock top right, and the battery font is still much larger Last edited by Ned; 07-20-2022 at 01:40 AM. Reason: more info | 
|   |   | 
|  07-20-2022, 01:44 AM | #63 | |
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | Quote: 
 On my Glo and Forma, the battery font is the same size as the clock, I'm not sure what's going on here. Which device are you using? | |
|   |   | 
|  07-20-2022, 01:49 AM | #64 | |
| Ebook reader            Posts: 389 Karma: 5899335 Join Date: Oct 2008 Location: York, England Device: Kobo Aura H2O (ed 2, v1), Kobo Forma, Kobo Libra 2 | Quote: 
 I'll try it on the Forma. Edit: Yes, on the Forma they're the same size. The Forma and Libra 2 are the ones I use mainly. The Aura H2O is pretty old and I only use it as a backup device, so no need for you to look into it as far as I'm concerned thank you. There can't be that many left around  this is the Aura H2O Last edited by Ned; 07-20-2022 at 03:53 AM. | |
|   |   | 
|  07-20-2022, 02:07 AM | #65 | |
| Guru            Posts: 706 Karma: 2153490 Join Date: Aug 2021 Location: Stupid Philippines Device: Kobo Libra 2, Boyue Likebook P78 | Quote: 
 No problem on the Libra 2. The battery also is not shaved off as experienced by jackie_w. I cut and pasted the clock and battery and put them side by side to see. | |
|   |   | 
|  07-20-2022, 11:04 AM | #66 | 
| Ebook reader            Posts: 389 Karma: 5899335 Join Date: Oct 2008 Location: York, England Device: Kobo Aura H2O (ed 2, v1), Kobo Forma, Kobo Libra 2 | 
			
			Just to confirm that on my Libra 2 it looks brilliant and to say Thank you    | 
|   |   | 
|  07-25-2022, 11:22 PM | #67 | |
| Connoisseur            Posts: 87 Karma: 111714 Join Date: Mar 2022 Device: kobo Libra 2 | 
			
			In ref. to some book's chapter headings being long & making pages/time bump into each other: Quote: 
   | |
|   |   | 
|  07-26-2022, 12:02 AM | #68 | |
| Guru            Posts: 706 Karma: 2153490 Join Date: Aug 2021 Location: Stupid Philippines Device: Kobo Libra 2, Boyue Likebook P78 | Quote: 
 | |
|   |   | 
|  07-26-2022, 01:43 AM | #69 | |
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | Quote: 
 Time for a bit of technobabble: The header and footer are a widget that uses a horizontal box layout manager (QHBoxLayout). This means that when you add widgets, Qt will add them next to each other. The default header/footer has single child widget (the caption), which stretches to fill it's parent. NickelClock adds two more widgets to the header/footer, one before the caption, one after. The two widgets are one of time, battery or spacer. You can use something called a stretch factor to determine how big widgets can be relative to their siblings. In this case, the NickelClock widgets have a stretch factor set the same for each widget, and smaller than the caption stretch factor. This means that the caption should expand to fill the available space, and the two other widgets should be the same size to keep the caption centred. The only other thing to worry about is setting margins/padding/font size (which in many ways is the hard bit...). | |
|   |   | 
|  07-26-2022, 02:13 AM | #70 | 
| Member            Posts: 24 Karma: 11674 Join Date: Jul 2011 Device: Kindle Voyage, Kobo Clara HD, Kobo Forma, Kobo Libra H2O, Kobo Libra2 | 
			
			A small request, whether there can be a setting to toggle the clock's 12/24 hour mode?because my locale prefers to display 24 hour mode.
		 | 
|   |   | 
|  07-26-2022, 02:16 AM | #71 | 
| Guru            Posts: 877 Karma: 2676800 Join Date: Aug 2008 Location: Taranaki - NZ Device: Kobo Aura H2O, Kobo Forma | |
|   |   | 
|  07-26-2022, 03:32 AM | #72 | 
| Member            Posts: 24 Karma: 11674 Join Date: Jul 2011 Device: Kindle Voyage, Kobo Clara HD, Kobo Forma, Kobo Libra H2O, Kobo Libra2 | 
			
			No problem, thanks for the explanation.
		 | 
|   |   | 
|  07-26-2022, 05:22 AM | #73 | |
| Grand Sorcerer            Posts: 24,905 Karma: 47303824 Join Date: Jul 2011 Location: Sydney, Australia Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos | Quote: 
 Code: CurrentLocale=en This doesn't work for all languages. For Spanish, Portuguese and French, there are two choices in the languages. The second one will be the more specific form, such as "pt_BR" or "fr_CA", I don't know what the other will look like and if it can be changed safely. | |
|   |   | 
|  07-27-2022, 09:59 PM | #74 | 
| Bookworm  Posts: 12 Karma: 10 Join Date: Jan 2022 Location: Australia Device: Kindle Paperwhite, Kobo Libra 2, Kobo Libra Colour | 
			
			Thanks a lot. It works perfectly!   Last edited by Alexia; 07-27-2022 at 10:09 PM. | 
|   |   | 
|  08-21-2022, 07:02 PM | #75 | 
| Addict            Posts: 230 Karma: 2448688 Join Date: Mar 2006 Location: Kapolei, Oahu, HI Device: KOBO Libra 2, Kindle PW3, Samsung 8A Tablet, Samsung S10e Phone | 
			
			Will this change also affect the other LOCALE dependent values like CURRENCY?
		 Last edited by frquixote; 08-21-2022 at 07:17 PM. | 
|   |   | 
|  | 
| Thread Tools | Search this Thread | 
| 
 | 
|  Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post | 
| Schowtime Kual extension, Show current time while reading | Hanspeter | Kindle Developer's Corner | 46 | 04-13-2020 04:00 AM | 
| show time + kids time / purchase/parental controls | stumped | Amazon Fire | 0 | 11-15-2018 12:19 AM | 
| Show current time while reading | encol | Kindle Developer's Corner | 17 | 01-11-2017 03:09 PM | 
| I (almost) spend more time reading about e-readers than e-reading | Antoinekamel | General Discussions | 15 | 02-25-2013 10:48 AM | 
| what time format does your kindle show? | Jonas777 | Amazon Kindle | 2 | 10-29-2009 09:50 AM |