Explorar el Código

Made MessageWindow topmost

Kenric Nugteren hace 1 mes
padre
commit
c48fea82bd
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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}"