Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 3821f7a

Browse files
committed
Color tweak
1 parent df452c2 commit 3821f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/duqf-nodeview/duqfconnector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ void DuQFConnector::paint(QPainter *painter, const QStyleOptionGraphicsItem *opt
146146
}
147147
else {
148148
gradient.setColorAt(0.0, m_fromColor.darker());
149-
gradient.setColorAt(0.5, DuUI::getColor("less-light-grey"));
149+
//gradient.setColorAt(0.5, DuUI::getColor("less-light-grey"));
150150
gradient.setColorAt(1.0, m_toColor.darker());
151151
}
152152
QPen pen(gradient, m_width, Qt::SolidLine, Qt::RoundCap);

0 commit comments

Comments
 (0)