Skip to content

Commit afb614f

Browse files
Merge pull request #622 from erikdarlingdata/fix/add-server-dialog-height
Fix Add Server dialog buttons hidden with SQL auth
2 parents b06f37b + 36ded93 commit afb614f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dashboard/AddServerDialog.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
Title="Add SQL Server"
5-
SizeToContent="Height" Width="450" MaxHeight="700"
5+
SizeToContent="Height" Width="450" MaxHeight="850"
66
WindowStartupLocation="CenterOwner"
77
ResizeMode="NoResize"
88
Background="{DynamicResource BackgroundBrush}"

0 commit comments

Comments
 (0)