Explorar el Código

MessageWindow now opens in CenterScreen

Kenric Nugteren hace 1 año
padre
commit
6e95b53dc4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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">