Fixed uncommited changes node size on density > 1
This commit is contained in:
parent
656ac42d17
commit
dc45551259
1 changed files with 1 additions and 1 deletions
|
@ -978,7 +978,7 @@ fun UncommitedChangesGraphNode(
|
|||
|
||||
drawCircle(
|
||||
color = colors[0],
|
||||
radius = 15f,
|
||||
radius = 15f * density,
|
||||
center = Offset(laneWidthWithDensity, this.center.y),
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue