Skip to content

Commit 6c8d56e

Browse files
committed
Use a fixed size for severity icons so they don't scale with the column width.
1 parent a5d15bc commit 6c8d56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Inspections/InspectionResultsControl.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
<DataGridTemplateColumn Header="{Resx ResxName=Rubberduck.Resources.RubberduckUI, Key=CodeInspectionResults_Type}">
187187
<DataGridTemplateColumn.CellTemplate>
188188
<DataTemplate DataType="abstract1:IInspectionResult">
189-
<Image Source="{Binding Inspection, Converter={StaticResource InspectionIconConverter}, Mode=OneTime}" />
189+
<Image Source="{Binding Inspection, Converter={StaticResource InspectionIconConverter}, Mode=OneTime}" Width="16" Height="16" />
190190
</DataTemplate>
191191
</DataGridTemplateColumn.CellTemplate>
192192
</DataGridTemplateColumn>

0 commit comments

Comments
 (0)