mirror of https://github.com/ppy/osu
Add note about `Width` requirement in `UserGridPanel`
This commit is contained in:
parent
ec290ae953
commit
40d081ee2d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue