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

Centered button mods by adding padding to FillFlowContainer

This commit is contained in:
Viktor Rosvall 2019-12-29 00:19:51 +01:00
parent 6cb1a638b6
commit b3d32710df

View File

@ -54,11 +54,10 @@ namespace osu.Game.Screens.Select
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Font = OsuFont.GetFont(weight: FontWeight.Bold),
Margin = new MarginPadding { Right = 10 }
}
},
AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Left = 70 }
Margin = new MarginPadding { Left = 70, Right = 15 }
});
}