1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 02:31:18 +08:00

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
Unverified
parent a75051cd00
commit 845e7dba95
+1 -1
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,