Skip to content

Commit 36ded93

Browse files
Fix Add Server dialog buttons hidden when SQL auth selected
MaxHeight was 700px which wasn't enough to fit the Username/Password fields plus Connection Options plus buttons. Bumped to 850px. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b06f37b commit 36ded93

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)