mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 17:50:52 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3620 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -313,7 +313,7 @@ void Terminal::paint(QPainter *p, const QStyleOptionGraphicsItem *options, QWidg
|
|||||||
{
|
{
|
||||||
m_help_line_a = new QGraphicsLineItem(this);
|
m_help_line_a = new QGraphicsLineItem(this);
|
||||||
QPen pen;
|
QPen pen;
|
||||||
pen.setWidthF(0.2);
|
pen.setWidthF(0.4);
|
||||||
pen.setCosmetic(true);
|
pen.setCosmetic(true);
|
||||||
pen.setColor(Qt::darkGray);
|
pen.setColor(Qt::darkGray);
|
||||||
m_help_line_a -> setPen(pen);
|
m_help_line_a -> setPen(pen);
|
||||||
|
|||||||
Reference in New Issue
Block a user