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