Fixed uncommited changes node size on density > 1

This commit is contained in:
Abdelilah El Aissaoui 2022-06-17 14:08:21 +02:00
parent 656ac42d17
commit dc45551259

View File

@ -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),
) )
} }