1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 06:42:56 +08:00

Hide border by default

This commit is contained in:
smoogipoo 2021-08-18 21:09:34 +09:00
parent e9221f0126
commit d40023bcc1

View File

@ -63,6 +63,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
Child = selectionBox = new Container
{
RelativeSizeAxes = Axes.Both,
Alpha = 0,
Masking = true,
CornerRadius = CORNER_RADIUS,
BorderThickness = selection_border_width,