1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 20:07:25 +08:00

Add missing SizeMode.

This commit is contained in:
Dean Herbert 2016-09-28 14:40:27 +09:00
parent 67652a6d8e
commit 3755ca0501

View File

@ -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)