mirror of
https://github.com/ppy/osu.git
synced 2026-05-19 07:09:11 +08:00
Update framework; amend ToolbarButton to use padding and Children initialiser.
This commit is contained in:
@@ -82,7 +82,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),
|
||||
|
||||
Reference in New Issue
Block a user