mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
cd50328ccc
commit
2a7a076f1a
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user