mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Fix more silly hacks.
This commit is contained in:
parent
2e01857782
commit
fb6c25edf8
@ -76,6 +76,8 @@ namespace osu.Game.Screens.Select.Options
|
|||||||
{
|
{
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
|
Anchor = Anchor.Centre,
|
||||||
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Shear = new Vector2(0.2f, 0f),
|
Shear = new Vector2(0.2f, 0f),
|
||||||
Masking = true,
|
Masking = true,
|
||||||
@ -110,7 +112,6 @@ namespace osu.Game.Screens.Select.Options
|
|||||||
Origin = Anchor.Centre,
|
Origin = Anchor.Centre,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Position = new Vector2(-10f, -5f), // center the content visually
|
|
||||||
Direction = FillDirection.Down,
|
Direction = FillDirection.Down,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user