Clean up the escape menu XAML a bit.

This commit is contained in:
Pieter-Jan Briers
2021-09-07 00:30:00 +02:00
parent 68a78e94b7
commit ca50a5f993
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ namespace Content.Client.Changelog
IoCManager.InjectDependencies(this);
OnPressed += OnOnPressed;
// So that measuring before opening returns a correct height,
// and the window has the correct size when opened.
Text = " ";
}
protected override void EnteredTree()