Merge branch 'master' into add-offset-keywords

This commit is contained in:
Salman Ahmed 2023-06-13 16:33:02 +03:00 committed by GitHub
commit d371cf3645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,29 +103,19 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
CornerRadius = CORNER_RADIUS, CornerRadius = CORNER_RADIUS,
Children = new Drawable[] Children = new Drawable[]
{ {
new GridContainer new Box
{ {
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
ColumnDimensions = new[] Colour = colours.Background5,
{ Width = 0.2f,
new Dimension(GridSizeMode.Relative, 0.2f) },
}, new Box
Content = new[] {
{ Anchor = Anchor.TopRight,
new Drawable[] Origin = Anchor.TopRight,
{ RelativeSizeAxes = Axes.Both,
new Box Colour = ColourInfo.GradientHorizontal(colours.Background5, colours.Background5.Opacity(0.3f)),
{ Width = 0.8f,
RelativeSizeAxes = Axes.Both,
Colour = colours.Background5,
},
new Box
{
RelativeSizeAxes = Axes.Both,
Colour = ColourInfo.GradientHorizontal(colours.Background5, colours.Background5.Opacity(0.3f))
},
}
}
}, },
new Container new Container
{ {