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.
|