Implement CommitButton

This commit is contained in:
Andrei Zavatski
2020-02-12 00:57:06 +03:00
parent c022cf72b5
commit 5a3daf1bd7
2 changed files with 72 additions and 4 deletions

View File

@ -22,8 +22,8 @@ namespace osu.Game.Overlays.Comments
{
ButtonsContainer.Add(new CancelButton
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,
Action = () => OnCancel?.Invoke()
});
}