mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Adjust corner radius
This commit is contained in:
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
RelativeSizeAxes = Axes.X;
|
RelativeSizeAxes = Axes.X;
|
||||||
Height = 25;
|
Height = 25;
|
||||||
|
|
||||||
CornerRadius = 3;
|
CornerRadius = 5;
|
||||||
Masking = true;
|
Masking = true;
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
|
Reference in New Issue
Block a user