mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 00:53:21 +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,
|
AutoSizeAxes = Axes.Both,
|
||||||
Masking = true,
|
Masking = true,
|
||||||
BorderColour = colours.Yellow,
|
BorderColour = colours.Yellow,
|
||||||
BorderThickness = 1,
|
BorderThickness = 2,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
new Box
|
||||||
|
Loading…
Reference in New Issue
Block a user