Adjust padding and round corners of hover layer

This commit is contained in:
Dean Herbert 2024-07-03 20:42:12 +09:00
parent 5f56ed6872
commit 56cdd83451
No known key found for this signature in database

View File

@ -88,9 +88,18 @@ namespace osu.Game.Screens.Edit.Components
Padding = new MarginPadding
{
Top = 5,
Horizontal = -5
Horizontal = -2
},
Child = new Container
{
RelativeSizeAxes = Axes.Both,
CornerRadius = 5,
Masking = true,
Children = new Drawable[]
{
new Box { RelativeSizeAxes = Axes.Both, },
}
},
Child = new Box { RelativeSizeAxes = Axes.Both, },
Alpha = 0,
},
trackTimer = new OsuSpriteText