mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 14:52:57 +08:00
Moved "ToolbarSocialButton"
This will remove it from coming off the screen.
This commit is contained in:
parent
cd7a5ca23a
commit
2d1b52be0d
@ -69,12 +69,13 @@ namespace osu.Game.Overlays.Toolbar
|
||||
AutoSizeAxes = Axes.X,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
|
||||
new ToolbarSocialButton(),
|
||||
new ToolbarNewsButton(),
|
||||
new ToolbarChangelogButton(),
|
||||
new ToolbarRankingsButton(),
|
||||
new ToolbarBeatmapListingButton(),
|
||||
new ToolbarChatButton(),
|
||||
new ToolbarSocialButton(),
|
||||
new ToolbarMusicButton(),
|
||||
//new ToolbarButton
|
||||
//{
|
||||
|
Loading…
Reference in New Issue
Block a user