mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09:00
Hide border by default
This commit is contained in:
parent
e9221f0126
commit
d40023bcc1
@ -63,6 +63,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge
|
|||||||
Child = selectionBox = new Container
|
Child = selectionBox = new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Alpha = 0,
|
||||||
Masking = true,
|
Masking = true,
|
||||||
CornerRadius = CORNER_RADIUS,
|
CornerRadius = CORNER_RADIUS,
|
||||||
BorderThickness = selection_border_width,
|
BorderThickness = selection_border_width,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user