Update framework.

This commit is contained in:
Thomas Müller
2017-02-13 08:02:14 +01:00
committed by Dean Herbert
parent 6e0a2ec7da
commit aaaf7163e0
28 changed files with 41 additions and 41 deletions

View File

@ -86,7 +86,7 @@ namespace osu.Game.Overlays.Options
{
Items = new KeyValuePair<string, T>[0];
Direction = FlowDirection.VerticalOnly;
Direction = FlowDirections.Vertical;
RelativeSizeAxes = Axes.X;
AutoSizeAxes = Axes.Y;
Children = new Drawable[]