diff --git a/ExportViewer.GUI/Views/Utilities.xaml b/ExportViewer.GUI/Views/Utilities.xaml index d4d982e..0ea32eb 100644 --- a/ExportViewer.GUI/Views/Utilities.xaml +++ b/ExportViewer.GUI/Views/Utilities.xaml @@ -7,8 +7,8 @@ xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:vm="clr-namespace:ExportViewer.GUI.ViewModels" - d:DesignHeight="500" - d:DesignWidth="600" + d:DesignHeight="450" + d:DesignWidth="800" Background="{DynamicResource MaterialDesignPaper}" mc:Ignorable="d"> @@ -16,7 +16,7 @@ - + @@ -49,23 +49,28 @@