mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-05 03:50:51 +01:00
cross ref item:reduce pixel table for printers
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2942 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -53,7 +53,7 @@ void CrossRefItem::updateLabel() {
|
||||
//init the painter
|
||||
QPainter qp(&drawing_);
|
||||
QPen pen_;
|
||||
pen_.setWidthF(0.5);
|
||||
pen_.setWidthF(0.2);
|
||||
pen_.setCosmetic(true);
|
||||
qp.setPen(pen_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user