mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
cross ref item: refresh table align
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2953 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -290,8 +290,8 @@ void CrossRefItem::fillCrossRef(QPainter &painter) {
|
||||
contact_str += elmt->diagram()->convertPosition(elmt -> scenePos()).toString();
|
||||
contact_str += "\n";
|
||||
}
|
||||
QRectF rect_(half_cross-22, header, half_cross, (bounding_rect_.height()-header));
|
||||
painter.drawText(rect_, Qt::AlignTop | Qt::AlignLeft, contact_str);
|
||||
QRectF rect_(half_cross-30, header, half_cross, (bounding_rect_.height()-header));
|
||||
painter.drawText(rect_, Qt::AlignTop | Qt::AlignRight, contact_str);
|
||||
|
||||
//fill the NC
|
||||
contact_str.clear();
|
||||
|
||||
Reference in New Issue
Block a user