mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-07 22:22:33 +01:00
CrossRefItem increase displayed text
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4633 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -482,7 +482,7 @@ void CrossRefItem::drawContact(QPainter &painter, int flags, QString str) {
|
||||
}
|
||||
}
|
||||
|
||||
painter.drawText(30, offset, 50, 10, Qt::AlignLeft | Qt::AlignVCenter, str);
|
||||
painter.drawText(30, offset, 150, 10, Qt::AlignLeft | Qt::AlignVCenter, str);
|
||||
++m_drawed_contacts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user