We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6687ad5 commit 0ce1050Copy full SHA for 0ce1050
1 file changed
Source/EvlWatcherConsole/EvlWatcherConsole/View/MainWindow.xaml
@@ -2,7 +2,7 @@
2
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4
xmlns:vm="clr-namespace:EvlWatcherConsole.ViewModel"
5
- Title="EvlWatcher v2.1.5 Console" Height="650" Width="825" MinHeight="650" MinWidth="825" Icon="pack://application:,,,/Resources/EvlWatcher.ico" WindowStyle="ThreeDBorderWindow">
+ Title="EvlWatcher v2.1.6 Console" Height="650" Width="825" MinHeight="650" MinWidth="825" Icon="pack://application:,,,/Resources/EvlWatcher.ico" WindowStyle="ThreeDBorderWindow">
6
<Window.DataContext>
7
<vm:MainWindowViewModel/>
8
</Window.DataContext>
0 commit comments