Ver Fonte

MessageWindow now opens in CenterScreen

Kenric Nugteren há 1 ano atrás
pai
commit
6e95b53dc4
1 ficheiros alterados com 1 adições e 0 exclusões
  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">