Add note about `Width` requirement in `UserGridPanel`

This commit is contained in:
Dean Herbert 2023-11-06 16:05:50 +09:00
parent ec290ae953
commit 40d081ee2d
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@
namespace osu.Game.Users
{
/// <summary>
/// A user "card", commonly used in a grid layout or in popovers.
/// Comes with a preset height, but width must be specified.
/// </summary>
public partial class UserGridPanel : ExtendedUserPanel
{
private const int margin = 10;