Browse Source

MessageWindow now opens in CenterScreen

Kenric Nugteren 1 year ago
parent
commit
6e95b53dc4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      inabox.wpf/Forms/MessageWindow.xaml

+ 1 - 0
inabox.wpf/Forms/MessageWindow.xaml

@@ -9,6 +9,7 @@
         MinWidth="280"
         SizeToContent="Height"
         x:Name="Window"
+        WindowStartupLocation="CenterScreen"
         DataContext="{Binding ElementName=Window}">
     <Window.Resources>
         <DataTemplate x:Key="ButtonTemplate" DataType="local:MessageWindowButton">