We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6214c9 commit 5f73f57Copy full SHA for 5f73f57
Rubberduck.Core/UI/Refactorings/AnnotateDeclaration/AnnotateDeclarationView.xaml
@@ -131,7 +131,7 @@
131
ItemsSource="{Binding Path=AnnotationArguments}"
132
AutoGenerateColumns="False"
133
VerticalScrollBarVisibility="Auto"
134
- Margin="5,0,0,5">
+ Margin="5,0,5,5">
135
<DataGrid.Columns>
136
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=AnnotateDeclarationDialog_ArgumentTypeHeader}"
137
CellTemplateSelector="{StaticResource AnnotationArgumentTypeCellDataTemplateSelector}"
0 commit comments