TreeView vertical spacing

Does anyone knows how to decrease the default (vertical) spacing between
lines in a TreeStore (or TreeView) ?

I googled, found the question (for Python), but no answer.

_md

Answer (thanks to Michal S.)

By default, the TextRenderer ypad value is 2. “renderer.ypad = 0” does
the trick.

_md