Adjust icons slightly

This commit is contained in:
Dean Herbert 2023-08-17 19:08:18 +09:00
parent 0858bef66e
commit 63080d049f
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ private void load()
() => new SpriteIcon { Icon = FontAwesome.Regular.Square }),
new RadioButton("Selection centre",
() => rotationInfo.Value = rotationInfo.Value with { Origin = RotationOrigin.SelectionCentre },
() => new SpriteIcon { Icon = FontAwesome.Solid.ObjectGroup })
() => new SpriteIcon { Icon = FontAwesome.Solid.VectorSquare })
}
}
}