1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00

Reorder ToolbarButton instantiation for consistency

Might as start good standards now rather than later
This commit is contained in:
Lunar Dust 2016-10-16 18:42:40 -05:00 committed by GitHub
parent 96095f34e2
commit 8e47d72f93

View File

@ -62,9 +62,9 @@ namespace osu.Game.Overlays
new ToolbarButton
{
Icon = FontAwesome.gear,
Action = OnSettings,
TooltipMain = "Settings",
TooltipSub = "Change your settings",
Action = OnSettings
},
new ToolbarButton
{