Fix save button not being topmost

This commit is contained in:
Dean Herbert 2019-06-14 17:08:26 +09:00
parent 4cd6955a96
commit 0db013b782
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ private void load(Storage storage, FrameworkConfigManager frameworkConfig)
Text = "Save Changes",
Width = 140,
Height = 50,
Depth = float.MinValue,
Anchor = Anchor.BottomRight,
Origin = Anchor.BottomRight,
Padding = new MarginPadding(10),