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:
parent
438f0ce702
commit
87fd1eaf06
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user