Merge pull request #19508 from gutyina70/fix-tags-overflow

Prevent tags overflowing on beatmap info overlay
This commit is contained in:
Salman Ahmed 2022-08-01 13:16:04 +03:00 committed by GitHub
commit 2465e8ed68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ public Info()
Width = metadata_width, Width = metadata_width,
Padding = new MarginPadding { Horizontal = 10 }, Padding = new MarginPadding { Horizontal = 10 },
Margin = new MarginPadding { Right = BeatmapSetOverlay.RIGHT_WIDTH + spacing }, Margin = new MarginPadding { Right = BeatmapSetOverlay.RIGHT_WIDTH + spacing },
Masking = true,
Child = new FillFlowContainer Child = new FillFlowContainer
{ {
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,