mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 16:02:55 +08:00
Fix logical regression
This commit is contained in:
parent
e88d36ed38
commit
a25dce53cd
@ -300,7 +300,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
Padding = new MarginPadding
|
Padding = new MarginPadding
|
||||||
{
|
{
|
||||||
Vertical = 10,
|
Vertical = 10,
|
||||||
Horizontal = -OsuScreen.HORIZONTAL_OVERFLOW_PADDING
|
Horizontal = OsuScreen.HORIZONTAL_OVERFLOW_PADDING
|
||||||
},
|
},
|
||||||
Child = ModSectionsContainer = new FillFlowContainer<ModSection>
|
Child = ModSectionsContainer = new FillFlowContainer<ModSection>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user