1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Increase border thickness

This commit is contained in:
Dan Balasescu 2024-03-07 17:22:38 +09:00
parent e6f1a722cb
commit 1cafb09977
No known key found for this signature in database

View File

@ -51,7 +51,7 @@ namespace osu.Game.Screens.Play
AutoSizeAxes = Axes.Both,
Masking = true,
BorderColour = colours.Yellow,
BorderThickness = 1,
BorderThickness = 2,
Children = new Drawable[]
{
new Box