1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 06:23:37 +08:00

Update usage of FillDirection

This commit is contained in:
Thomas Müller
2017-03-04 11:00:17 +01:00
Unverified
parent 3c714fe056
commit a2317e5a1e
36 changed files with 54 additions and 54 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ namespace osu.Game.Screens.Menu
},
buttonFlow = new FlowContainerWithOrigin
{
Direction = FillDirection.Right,
Direction = FillDirection.Horizontal,
Spacing = new Vector2(-WEDGE_WIDTH, 0),
Anchor = Anchor.Centre,
AutoSizeAxes = Axes.Both,