1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 02:39:53 +08:00

Move height warning to bottom of screen to avoid overlap

This commit is contained in:
Dean Herbert
2021-07-16 23:59:16 +09:00
Unverified
parent 71f74f0e98
commit 0a13e033ea
+6 -1
View File
@@ -97,7 +97,12 @@ namespace osu.Game.Tournament
},
}
},
heightWarning = new WarningBox("Please make the window wider"),
heightWarning = new WarningBox("Please make the window wider")
{
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
Margin = new MarginPadding(20),
},
new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,