mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 05:22:54 +08:00
Fix AlwaysPresent
specification in wrong container
This commit is contained in:
parent
0147a8ecee
commit
6be4209458
@ -94,6 +94,7 @@ namespace osu.Game.Screens.Play
|
|||||||
{
|
{
|
||||||
Anchor = Anchor.TopRight,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
|
AlwaysPresent = true,
|
||||||
Margin = new MarginPadding(10),
|
Margin = new MarginPadding(10),
|
||||||
Spacing = new Vector2(10),
|
Spacing = new Vector2(10),
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
@ -111,7 +112,6 @@ namespace osu.Game.Screens.Play
|
|||||||
Margin = new MarginPadding(10),
|
Margin = new MarginPadding(10),
|
||||||
Spacing = new Vector2(10),
|
Spacing = new Vector2(10),
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
AlwaysPresent = true,
|
|
||||||
LayoutDuration = FADE_DURATION / 2,
|
LayoutDuration = FADE_DURATION / 2,
|
||||||
LayoutEasing = FADE_EASING,
|
LayoutEasing = FADE_EASING,
|
||||||
Direction = FillDirection.Vertical,
|
Direction = FillDirection.Vertical,
|
||||||
|
Loading…
Reference in New Issue
Block a user