mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 08:12:56 +08:00
Move footer button padding to a higher level
This commit is contained in:
parent
dd63657dfb
commit
0c6de331f3
@ -145,13 +145,18 @@ namespace osu.Game.Overlays.Mods
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FooterContent.Padding = new MarginPadding
|
||||||
|
{
|
||||||
|
Vertical = PADDING,
|
||||||
|
Horizontal = 70
|
||||||
|
};
|
||||||
|
|
||||||
if (AllowCustomisation)
|
if (AllowCustomisation)
|
||||||
{
|
{
|
||||||
Footer.Add(new ShearedToggleButton(200)
|
FooterContent.Add(new ShearedToggleButton(200)
|
||||||
{
|
{
|
||||||
Anchor = Anchor.BottomLeft,
|
Anchor = Anchor.BottomLeft,
|
||||||
Origin = Anchor.BottomLeft,
|
Origin = Anchor.BottomLeft,
|
||||||
Margin = new MarginPadding { Vertical = PADDING, Left = 70 },
|
|
||||||
Text = "Mod Customisation",
|
Text = "Mod Customisation",
|
||||||
Active = { BindTarget = customisationVisible }
|
Active = { BindTarget = customisationVisible }
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user