Quote:
Originally Posted by mergen3107
Easiest but temporary solution is this.
Go to koreader folder, then frontend/apps/reader/modules/readerdogear.lua.
Find this line (around line 77 on current nightly -2024.04-186):
Code:
local new_dogear_size = math.min(self.dogear_max_size, math.max(self.dogear_min_size, margin))
Add a multiplier after the equal sign, something like:
Code:
local new_dogear_size = 3*math.min(self.dogear_max_size, math.max(self.dogear_min_size, margin))
For example, I multiplied by 3, you can choose the one that fits you.
Solution is temporary, because after update you would need to do this again.
Unless someone can make a user-patch for that...
|
the solution in post #9 worked for me and made the dogear icon bigger on Koreader (I multiplied by 3 too).
I tried also what hius07 was suggesting in their post, but the result was that the icon overlapped some letters of the text in the upper right corner.
I would like to be able to have the "beautiful Kobo bookmark in KOReader", as greentea says in their post (that is, the icon in my photo #2 and the photo attached to their post), that would be the best outcome for me. Any ideas how that could be possible?
If not, I'm already satisfied with having now a bigger icon than before. (I understand I will have to fix it again with a new update)
Thanks!