فهرست منبع

MessageWindow now opens in CenterScreen

Kenric Nugteren 1 سال پیش
والد
کامیت
6e95b53dc4
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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">