From acb0efc5d766af58dc759fa4b166e776854110de Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Fri, 24 Jan 2025 14:24:14 +0000 Subject: [PATCH] start editor window in the centre --- Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml b/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml index be25dc0..f167ef3 100644 --- a/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml +++ b/Bloxstrap/UI/Elements/Editor/BootstrapperEditorWindow.xaml @@ -17,6 +17,7 @@ Background="{ui:ThemeResource ApplicationBackgroundBrush}" Closing="OnClosing" ExtendsContentIntoTitleBar="True" + WindowStartupLocation="CenterScreen" mc:Ignorable="d">