zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #02198
Better readability: pixels_inside_wrap
Hello,
I really like Zim but there was always one minor thing bugging me: the
lines often are too narrow for reading long texts comfortably. So I
finally looked into the code and made one small edit in the pageview.py.
I added a line after line 3239, namely this one:
self.set_pixels_inside_wrap(5)
For me it looks much, much better like this. The next step would be to
modify this in a way that you can set the value from the style.conf
file, much like "linespacing" (which is actually the paragraph spacing).
What do you think about this?
Andreas
Follow ups