diff --git a/dvmconsole/AudioSettingsWindow.xaml b/dvmconsole/AudioSettingsWindow.xaml index cdff37c..86a715d 100644 --- a/dvmconsole/AudioSettingsWindow.xaml +++ b/dvmconsole/AudioSettingsWindow.xaml @@ -1,8 +1,8 @@  + Title="Audio Settings" Height="400" Width="450" Icon="/Assets/audio.png" + WindowStartupLocation="CenterOwner"> diff --git a/dvmconsole/CallHistoryWindow.xaml b/dvmconsole/CallHistoryWindow.xaml index a58a974..c013254 100644 --- a/dvmconsole/CallHistoryWindow.xaml +++ b/dvmconsole/CallHistoryWindow.xaml @@ -4,8 +4,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:dvmconsole" - mc:Ignorable="d" - Title="Call History" Height="450" Width="351"> + mc:Ignorable="d" Icon="/Assets/history.png" + Title="Call History" Height="450" Width="351" WindowStartupLocation="CenterOwner"> diff --git a/dvmconsole/DigitalPageWindow.xaml b/dvmconsole/DigitalPageWindow.xaml index a98903a..2d0c5ed 100644 --- a/dvmconsole/DigitalPageWindow.xaml +++ b/dvmconsole/DigitalPageWindow.xaml @@ -4,15 +4,15 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:dvmconsole" - mc:Ignorable="d" - Title="Page Subscriber" Height="200" Width="300" WindowStartupLocation="CenterOwner"> + mc:Ignorable="d" Icon="/Assets/page.png" + Title="Page Subscriber" Height="141" Width="330" WindowStartupLocation="CenterOwner"> - - - diff --git a/dvmconsole/KeyStatusWindow.xaml b/dvmconsole/KeyStatusWindow.xaml index fbc4c32..4f5c689 100644 --- a/dvmconsole/KeyStatusWindow.xaml +++ b/dvmconsole/KeyStatusWindow.xaml @@ -3,8 +3,8 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" - mc:Ignorable="d" - Title="Key Status Window" Height="450" Width="800"> + mc:Ignorable="d" Icon="/Assets/key.png" + Title="Key Status Window" Height="450" Width="800" WindowStartupLocation="CenterOwner"> diff --git a/dvmconsole/MainWindow.xaml b/dvmconsole/MainWindow.xaml index bf6b1c7..9f182c4 100644 --- a/dvmconsole/MainWindow.xaml +++ b/dvmconsole/MainWindow.xaml @@ -41,8 +41,8 @@ - - + + diff --git a/dvmconsole/QuickCallPage.xaml b/dvmconsole/QuickCallPage.xaml index 2c7a4a1..88679af 100644 --- a/dvmconsole/QuickCallPage.xaml +++ b/dvmconsole/QuickCallPage.xaml @@ -4,14 +4,16 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:dvmconsole" - mc:Ignorable="d" - Title="Manual QC2 Page" Height="300" Width="300"> + mc:Ignorable="d" Icon="/Assets/page.png" + Title="QuickCall II Page" Height="146" Width="330" WindowStartupLocation="CenterOwner"> - + + +