Quote:
Originally Posted by Ned
I'd like to increase the font size in my dictionary popup using kobopatch.yaml
I have included the line
Dictionary text font-family/font-size/line-height: yes
but do I then put the actual setting I want it changed to in libnickel.yaml and uncomment the line concerned?
as
# Un-comment and edit next line to change font-size
- ReplaceString: {Offset: 16, Find: "%1px", Replace: "45px", MustMatchLength: yes}
and I will then need to remember to change it in libnickel.yaml next time.
|
That should work OK and is the method used by many kobopatch users. As you say you will need to remember to repeat the change for each new release.
There is another way where you wouldn't need to keep repeating the change.
I documented it here. It will take a bit more effort the first time you set it up, but should save time and effort on subsequent uses.