mirror of https://github.com/ppy/osu
Move height warning to bottom of screen to avoid overlap
This commit is contained in:
parent
71f74f0e98
commit
0a13e033ea
|
@ -97,7 +97,12 @@ private void load(FrameworkConfigManager frameworkConfig, GameHost host)
|
|||
},
|
||||
}
|
||||
},
|
||||
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,
|
||||
|
|
Loading…
Reference in New Issue