1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 14:07:25 +08:00

Adjusted margin to fix the 1 px increase

This commit is contained in:
Viktor Rosvall 2019-12-30 21:55:09 +01:00
parent 2e3a66cb6e
commit b0bcbf8b93

View File

@ -58,7 +58,7 @@ namespace osu.Game.Screens.Select
}
},
AutoSizeAxes = Axes.Both,
Margin = new MarginPadding { Left = 70, Right = 15 }
Margin = new MarginPadding { Left = 70, Right = 14 }
});
}