mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] GraphEditor: fix node highlight radius
This commit is contained in:
parent
475fe6ca93
commit
975ee5e414
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ Item {
|
|||
border.width: 2.5
|
||||
border.color: root.selected ? activePalette.highlight : Qt.darker(activePalette.highlight, 1.5)
|
||||
opacity: 0.9
|
||||
radius: background.radius
|
||||
radius: background.radius + border.width
|
||||
color: "transparent"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue