Skip to content

Commit 5f73f57

Browse files
committed
Add right margin to arguments grid of AnnotateDeclaration UI
1 parent c6214c9 commit 5f73f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Refactorings/AnnotateDeclaration/AnnotateDeclarationView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
ItemsSource="{Binding Path=AnnotationArguments}"
132132
AutoGenerateColumns="False"
133133
VerticalScrollBarVisibility="Auto"
134-
Margin="5,0,0,5">
134+
Margin="5,0,5,5">
135135
<DataGrid.Columns>
136136
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=AnnotateDeclarationDialog_ArgumentTypeHeader}"
137137
CellTemplateSelector="{StaticResource AnnotationArgumentTypeCellDataTemplateSelector}"

0 commit comments

Comments
 (0)