1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-03 17:23:57 +08:00

Add spacer to menu

This commit is contained in:
smoogipoo
2017-12-21 19:57:09 +09:00
Unverified
parent b2c0b013aa
commit 2fb8895e66
+1
View File
@@ -68,6 +68,7 @@ namespace osu.Game.Screens.Edit
Items = new[]
{
new EditorMenuItem("Export", MenuItemType.Standard, exportBeatmap),
new EditorMenuItemSpacer(),
new EditorMenuItem("Exit", MenuItemType.Standard, Exit)
}
}