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:
parent
e6f1a722cb
commit
1cafb09977
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user