]> git.lyx.org Git - features.git/commit
Avoid extra space in tooltips
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Sun, 4 Nov 2018 23:53:36 +0000 (13:53 -1000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commit80102bb50238d7f8658f2e8c6ce8b94645033823
tree4b4abf9ebd2832c526ab74af344fa1345142dfa0
parentb7a371047405ba464a32eaf28e71237366339655
Avoid extra space in tooltips

When using QTextDocument to check the natutal size of a text, one has
to remove the text margin, which is not useful here.

Fixes bug #11353.
src/frontends/qt4/qt_helpers.cpp