1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 21:00:42 +08:00

Updates post-master-merge.

This commit is contained in:
Dean Herbert
2016-10-12 15:58:12 +09:00
Unverified
parent 4052a665bf
commit b2c31d3047
4 changed files with 50 additions and 4 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ namespace osu.Game.GameModes.Menu
buttonFlow = new FlowContainerWithOrigin
{
Anchor = Anchor.Centre,
Padding = new Vector2(-wedge_width, 0),
Spacing = new Vector2(-wedge_width, 0),
Children = new Drawable[]
{
settingsButton = new Button(@"settings", @"options", FontAwesome.gear, new Color4(85, 85, 85, 255), OnSettings, -wedge_width, Key.O),