mirror of
https://github.com/ppy/osu
synced 2025-01-25 07:13:22 +00:00
Fix double applied padding
This commit is contained in:
parent
1490502d4c
commit
3378c91901
@ -165,7 +165,10 @@ namespace osu.Game.Overlays
|
|||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Padding = new MarginPadding(20),
|
Padding = new MarginPadding(20)
|
||||||
|
{
|
||||||
|
Top = 0 // provided by the stack container above.
|
||||||
|
},
|
||||||
Child = new GridContainer
|
Child = new GridContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
|
Loading…
Reference in New Issue
Block a user