Merge pull request #18339 from peppy/editor-timing

Add first pieces of editor timing UI
This commit is contained in:
Dan Balasescu
2022-05-23 11:12:22 +09:00
committed by GitHub
15 changed files with 580 additions and 76 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.