1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 19:20:25 +08:00

Update framework.

This commit is contained in:
Thomas Müller
2017-02-13 08:02:14 +01:00
committed by Dean Herbert
Unverified
parent 6e0a2ec7da
commit aaaf7163e0
28 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ namespace osu.Game.Screens.Menu
},
buttonFlow = new FlowContainerWithOrigin
{
Direction = FlowDirection.HorizontalOnly,
Direction = FlowDirections.Horizontal,
Anchor = Anchor.Centre,
AutoSizeAxes = Axes.Both,
Spacing = new Vector2(-WEDGE_WIDTH, 0),