1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 19:27:24 +08:00

Merge pull request #26734 from Joehuu/fix-edit-mod-preset-button-flow

Fix edit mod preset popover buttons overflowing on some languages
This commit is contained in:
Bartłomiej Dach 2024-02-05 16:10:37 +01:00 committed by GitHub
commit e4ef2bdeb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Mods
{ {
Anchor = Anchor.TopCentre, Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre, Origin = Anchor.TopCentre,
Direction = FillDirection.Horizontal, RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,
Spacing = new Vector2(7), Spacing = new Vector2(7),
Children = new Drawable[] Children = new Drawable[]