mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 00:53:22 +08:00
Adjust corner radius
This commit is contained in:
parent
82914b5d6e
commit
d7af96a2e5
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
||||
RelativeSizeAxes = Axes.X;
|
||||
Height = 25;
|
||||
|
||||
CornerRadius = 3;
|
||||
CornerRadius = 5;
|
||||
Masking = true;
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user