Skip to content

Commit

Permalink
Refs #21818: Add suggested changes
Browse files Browse the repository at this point in the history
Signed-off-by: Carlosespicur <[email protected]>
  • Loading branch information
Carlosespicur committed Nov 20, 2024
1 parent ac8b3f1 commit cc0bf14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qml/GraphConnection.qml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,14 @@ Item {
anchors.left: parent.left; anchors.leftMargin: left_arrow_margin_

IconSVG {
id: left_arrow_icon
name: "left_arrow"
color: "grey"
size: arrow_size_
}

// Change left arrow icon color to fit base_arrow color
ColorOverlay {
anchors.fill: left_arrow_icon
anchors.fill: left_arrow
source: left_arrow_icon
color: arrow_color
}
Expand Down

0 comments on commit cc0bf14

Please sign in to comment.