Kenric Nugteren 1 месяц назад
Родитель
Сommit
c48fea82bd
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      inabox.wpf/Forms/MessageWindow.xaml

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

@@ -10,7 +10,8 @@
         SizeToContent="Height"
         x:Name="Window"
         WindowStartupLocation="CenterScreen"
-        DataContext="{Binding ElementName=Window}">
+        DataContext="{Binding ElementName=Window}"
+        Topmost="True">
     <Window.Resources>
         <DataTemplate x:Key="ButtonTemplate" DataType="local:MessageWindowButton">
             <Button Content="{Binding Content}"