Hello,

I created a Qt Help collection which consits of several html files. I want to show this at a QTextBrowser at my application. If I open one of the HTML files with a usual web browser everthing looks fine. If i open the same html side at the QTextBrowser, the line spacing is much bigger. Because of this, the layout looks terrible.

Can I configure the line space of the QTextBrowser somewere? Or do I have to configure the line spacing somewere during generation the help collection?