mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Limit width of test scene controls
To better reflect what the widths should be in actual usage.
This commit is contained in:
parent
929ea87975
commit
f71ce8869e
@ -26,7 +26,10 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Child = new FillFlowContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
RelativeSizeAxes = Axes.Y,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Width = 400,
|
||||
Direction = FillDirection.Vertical,
|
||||
Spacing = new Vector2(5),
|
||||
Padding = new MarginPadding(10),
|
||||
|
Loading…
Reference in New Issue
Block a user