Skip to content

Commit 0e7a5d9

Browse files
committed
gui: make centerline 2 pixels
Signed-off-by: Peter Gadfort <peter.gadfort@gmail.com>
1 parent 2905ccd commit 0e7a5d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gui/src/dbDescriptors.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ void DbNetDescriptor::highlight(std::any object, Painter& painter) const
16571657
painter.saveState();
16581658
Painter::Color highlight_color = painter.getPenColor();
16591659
highlight_color.a = 255;
1660-
painter.setPen(highlight_color, true, 4);
1660+
painter.setPen(highlight_color, true, 2);
16611661

16621662
DbTargets sources;
16631663
DbTargets sinks;

0 commit comments

Comments
 (0)