diff --git a/Correlator/Dialog/AudioFileDialog.xaml b/Correlator/Dialog/AudioFileDialog.xaml index 3de91c2..4e4b146 100644 --- a/Correlator/Dialog/AudioFileDialog.xaml +++ b/Correlator/Dialog/AudioFileDialog.xaml @@ -8,8 +8,10 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:prism="http://prismlibrary.com/" xmlns:vm="clr-namespace:Correlator.ViewModels" - MaxWidth="1270" - MaxHeight="720" + MinWidth="1200" + MinHeight="635" + MaxWidth="1200" + MaxHeight="635" d:DataContext="{d:DesignInstance Type=vm:AudioFileDialogViewModel}" Loaded="AudioFileView_OnLoaded" Unloaded="AudioFileView_OnUnloaded" diff --git a/Correlator/Dialog/AudioFileDialog.xaml b/Correlator/Dialog/AudioFileDialog.xaml index 3de91c2..4e4b146 100644 --- a/Correlator/Dialog/AudioFileDialog.xaml +++ b/Correlator/Dialog/AudioFileDialog.xaml @@ -8,8 +8,10 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:prism="http://prismlibrary.com/" xmlns:vm="clr-namespace:Correlator.ViewModels" - MaxWidth="1270" - MaxHeight="720" + MinWidth="1200" + MinHeight="635" + MaxWidth="1200" + MaxHeight="635" d:DataContext="{d:DesignInstance Type=vm:AudioFileDialogViewModel}" Loaded="AudioFileView_OnLoaded" Unloaded="AudioFileView_OnUnloaded" diff --git a/Correlator/Dialog/PictureFileDialog.xaml b/Correlator/Dialog/PictureFileDialog.xaml index 181a2fd..11d8b47 100644 --- a/Correlator/Dialog/PictureFileDialog.xaml +++ b/Correlator/Dialog/PictureFileDialog.xaml @@ -8,8 +8,10 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:prism="http://prismlibrary.com/" xmlns:vm="clr-namespace:Correlator.ViewModels" - MaxWidth="1270" - MaxHeight="720" + MinWidth="1200" + MinHeight="635" + MaxWidth="1200" + MaxHeight="635" d:DataContext="{d:DesignInstance Type=vm:PictureFileDialogViewModel}" mc:Ignorable="d">