Parcourir la source

Made MessageWindow topmost

Kenric Nugteren il y a 3 mois
Parent
commit
c48fea82bd
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      inabox.wpf/Forms/MessageWindow.xaml

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

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