mirror of
https://github.com/ppy/osu.git
synced 2025-02-25 23:03:01 +08:00
Add missing SizeMode.
This commit is contained in:
parent
67652a6d8e
commit
3755ca0501
@ -54,6 +54,7 @@ namespace osu.Desktop.Tests
|
||||
flow = new FlowContainer
|
||||
{
|
||||
Direction = FlowDirection.VerticalOnly,
|
||||
SizeMode = InheritMode.X,
|
||||
LayoutDuration = 100,
|
||||
LayoutEasing = EasingTypes.Out,
|
||||
Padding = new Vector2(1, 1)
|
||||
|
Loading…
Reference in New Issue
Block a user