mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Fix padding mismatches
This commit is contained in:
@ -75,9 +75,9 @@ namespace osu.Game.Overlays.Mods
|
||||
},
|
||||
new Container
|
||||
{
|
||||
Margin = new MarginPadding
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Vertical = DifficultyMultiplierDisplay.HEIGHT + 10,
|
||||
Top = DifficultyMultiplierDisplay.HEIGHT + PADDING,
|
||||
},
|
||||
Depth = float.MaxValue,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
@ -116,7 +116,7 @@ namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
Anchor = Anchor.BottomLeft,
|
||||
Origin = Anchor.BottomLeft,
|
||||
Margin = new MarginPadding { Vertical = 14, Left = 70 },
|
||||
Margin = new MarginPadding { Vertical = PADDING, Left = 70 },
|
||||
Text = "Mod Customisation",
|
||||
Active = { BindTarget = customisationVisible }
|
||||
});
|
||||
|
Reference in New Issue
Block a user