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
1 changed files with 1 additions and 1 deletions

View File

@ -62,9 +62,9 @@ public override void Load(BaseGame game)
new ToolbarButton
{
Icon = FontAwesome.gear,
Action = OnSettings,
TooltipMain = "Settings",
TooltipSub = "Change your settings",
Action = OnSettings
},
new ToolbarButton
{