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

Explain negative padding

This commit is contained in:
smoogipoo 2021-08-05 21:19:23 +09:00
parent 438f0ce702
commit 87fd1eaf06

View File

@ -171,6 +171,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
{
Name = @"Room content",
RelativeSizeAxes = Axes.Both,
// This negative padding resolves 1px gaps between this background and the background above.
Padding = new MarginPadding { Left = 20, Vertical = -0.5f },
Child = new Container
{