1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 17:40:12 +08:00

Fix save button not being topmost

This commit is contained in:
Dean Herbert
2019-06-14 17:08:26 +09:00
Unverified
parent 4cd6955a96
commit 0db013b782
@@ -71,6 +71,7 @@ namespace osu.Game.Tournament
Text = "Save Changes",
Width = 140,
Height = 50,
Depth = float.MinValue,
Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight,
Padding = new MarginPadding(10),