mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 23:42:55 +08:00
adjusted the margin values
This commit is contained in:
parent
b3d32710df
commit
bf463fe5e0
@ -46,6 +46,13 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
AddAssert(@"Check multiple mod multiplier", () => assertModsMultiplier(mutlipleIncrementMods));
|
AddAssert(@"Check multiple mod multiplier", () => assertModsMultiplier(mutlipleIncrementMods));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void Temporary()
|
||||||
|
{
|
||||||
|
var hiddenMod = new Mod[] { new OsuModRelax() };
|
||||||
|
AddStep(@"Add Hidden", () => changeMods(hiddenMod));
|
||||||
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void TestDecrementMultiplier()
|
public void TestDecrementMultiplier()
|
||||||
{
|
{
|
||||||
|
@ -54,6 +54,7 @@ namespace osu.Game.Screens.Select
|
|||||||
Anchor = Anchor.Centre,
|
Anchor = Anchor.Centre,
|
||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
Font = OsuFont.GetFont(weight: FontWeight.Bold),
|
||||||
|
Margin = new MarginPadding { Right = 6 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
|
Loading…
Reference in New Issue
Block a user