mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add missing SizeMode.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user