Make lines more compact (less interline spacing).

If there are use cases where this is useful, we can
think of a better way to reintroduce this.

Comments welcome.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35339 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2010-09-10 10:46:14 +00:00
parent cd50328ccc
commit 2a7a076f1a

View File

@ -1053,10 +1053,6 @@ Dimension TextMetrics::rowHeight(pit_type const pit, pos_type const first,
maxdesc = max(maxdesc, maxfontmetrics.maxDescent());
}
// This is nicer with box insets:
++maxasc;
++maxdesc;
ParagraphList const & pars = text_->paragraphs();
Inset const & inset = text_->inset();