diff --git a/Dashboard/AddServerDialog.xaml b/Dashboard/AddServerDialog.xaml index bcdb6cae..a4c788f1 100644 --- a/Dashboard/AddServerDialog.xaml +++ b/Dashboard/AddServerDialog.xaml @@ -2,13 +2,19 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Add SQL Server" - SizeToContent="Height" Width="500" MaxHeight="1050" + Height="750" Width="500" WindowStartupLocation="CenterOwner" - ResizeMode="NoResize" + ResizeMode="CanResizeWithGrip" Background="{DynamicResource BackgroundBrush}" Foreground="{DynamicResource ForegroundBrush}"> - - + + + + + + + + @@ -16,7 +22,6 @@ - @@ -217,14 +222,17 @@ Foreground="{DynamicResource ForegroundMutedBrush}" TextWrapping="Wrap" Margin="0,8,0,0" Visibility="Collapsed"/> - - -