Setup basics for control and test

This commit is contained in:
Dean Herbert
2022-05-20 14:34:33 +09:00
parent 64a371638e
commit ce7be940e2
4 changed files with 287 additions and 1 deletions

View File

@ -41,7 +41,8 @@ namespace osu.Game.Graphics.UserInterfaceV2
protected const float CONTENT_PADDING_VERTICAL = 10;
protected const float CONTENT_PADDING_HORIZONTAL = 15;
protected const float CORNER_RADIUS = 15;
public const float CORNER_RADIUS = 15;
/// <summary>
/// The component that is being displayed.