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()

View File

@@ -4,7 +4,7 @@
Title="{Loc 'ui-escape-title'}"
Resizable="False">
<BoxContainer Orientation="Vertical" SeparationOverride="4" CustomMinimumSize="150 160">
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150">
<changelog:ChangelogButton />
<ui:VoteCallMenuButton />
<Button Name="OptionsButton" Text="{Loc 'ui-escape-options'}" />