mirror of https://github.com/ppy/osu
adjusted the margin values
This commit is contained in:
parent
b3d32710df
commit
bf463fe5e0
|
@ -45,6 +45,13 @@ public void TestIncrementMultiplier()
|
|||
AddStep(@"Add multiple Mods", () => changeMods(mutlipleIncrementMods));
|
||||
AddAssert(@"Check multiple mod multiplier", () => assertModsMultiplier(mutlipleIncrementMods));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void Temporary()
|
||||
{
|
||||
var hiddenMod = new Mod[] { new OsuModRelax() };
|
||||
AddStep(@"Add Hidden", () => changeMods(hiddenMod));
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestDecrementMultiplier()
|
||||
|
|
|
@ -54,6 +54,7 @@ public FooterButtonMods()
|
|||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||
Margin = new MarginPadding { Right = 6 }
|
||||
}
|
||||
},
|
||||
AutoSizeAxes = Axes.Both,
|
||||
|
|
Loading…
Reference in New Issue