From fcacb7836dd04dde6ec7d912238675209623e0c3 Mon Sep 17 00:00:00 2001 From: David Poeschl Date: Tue, 14 Apr 2020 14:36:56 -0700 Subject: [PATCH] Correctly resize AddParameter (the type input box grows) --- .../Implementation/ChangeSignature/AddParameterDialog.xaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml index 2120385a0b6..43d7a98b109 100644 --- a/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml +++ b/src/VisualStudio/Core/Def/Implementation/ChangeSignature/AddParameterDialog.xaml @@ -28,7 +28,7 @@ - + @@ -44,7 +44,7 @@ -- GitLab