git-svn-id: svn://db.shs.com.ru/libs@412 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-06-24 10:34:02 +00:00
parent 691ab5ae98
commit 79f0ca0c21
3 changed files with 23 additions and 3 deletions

View File

@@ -983,7 +983,7 @@ void Graphic::drawGrid() {
if (!str.second.isEmpty()) {
rect = sfm.boundingRect(str.second);
painter->setFont(sf);
painter->drawText(cx + dx, cy - font_sz.height() / 2.5, str.second);
painter->drawText(cx + dx, cy - font_sz.height() / 4., str.second);
}
}
}