Reduce padding slightly to restore usability of UI scale screen

This commit is contained in:
Dean Herbert 2022-04-29 11:27:14 +09:00
parent a75051cd00
commit 845e7dba95

View File

@ -84,7 +84,7 @@ namespace osu.Game.Overlays
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding { Horizontal = 70 * 2 },
Padding = new MarginPadding { Horizontal = 70 * 1.2f },
Child = new InputBlockingContainer
{
Masking = true,