Make BeatmapOptionsButton insertion cleaner

This commit is contained in:
Roman Kapustin 2019-07-01 18:42:18 +03:00
parent 7bdf737956
commit 9037fb59de
1 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,7 @@ public void AddButton(string firstLine, string secondLine, IconUsage icon, Color
HotKey = hotkey
};
buttonsContainer.Add(button);
buttonsContainer.SetLayoutPosition(button, depth);
buttonsContainer.Insert((int)depth, button);
}
}
}