Adjust various margins and paddings....
Adjust various margins and paddings.
The text items have been changed to use QGraphicsTextItem bounding
rects instead of calculating dimensions using QFontMetrics. It seems
that QGraphicsTextItem boundingRect involves a lot more of a margin
than QFontMetrics provided. To compensate, various margins and
paddings have been adjusted lower.
Change-Id: Idebf939f5dd804fb96daeaea4bbf1b45f4f02908
Reviewed-by: Mika Salmela <mika.salmela@digia.com>