[TD]Fix Annotation font size and descenders

This commit is contained in:
wandererfan
2019-09-16 15:46:07 -04:00
committed by WandererFan
parent 4556d3f191
commit f76e74d2c1
2 changed files with 3 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ void QGIViewAnnotation::drawAnnotation()
ss << "<br>" << *it ;
}
}
ss << "</p>\n</body>\n</html> ";
ss << "<br></p>\n</body>\n</html> ";
prepareGeometryChange();
m_textItem->setTextWidth(Rez::guiX(viewAnno->MaxWidth.getValue()));