From 3755ca0501a4c2f681238921990064e80ff33791 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 28 Sep 2016 14:40:27 +0900 Subject: [PATCH] Add missing SizeMode. --- osu.Desktop.VisualTests/Tests/TestCaseChatDisplay.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/osu.Desktop.VisualTests/Tests/TestCaseChatDisplay.cs b/osu.Desktop.VisualTests/Tests/TestCaseChatDisplay.cs index 7c2092d614..3305cdcf85 100644 --- a/osu.Desktop.VisualTests/Tests/TestCaseChatDisplay.cs +++ b/osu.Desktop.VisualTests/Tests/TestCaseChatDisplay.cs @@ -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)