mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Move height warning to bottom of screen to avoid overlap
This commit is contained in:
@ -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
|
new OsuContextMenuContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Reference in New Issue
Block a user