|
103 | 103 |
|
104 | 104 | <DataTemplate x:Key="InspectionResultTemplate"
|
105 | 105 | DataType="{x:Type inspections:ICodeInspectionResult}">
|
106 |
| - <StackPanel Orientation="Horizontal" Margin="2" HorizontalAlignment="Stretch"> |
| 106 | + <StackPanel Orientation="Horizontal" Margin="2" Height="22" HorizontalAlignment="Stretch"> |
107 | 107 | <TextBlock VerticalAlignment="Center"
|
108 | 108 | Margin="4"
|
109 | 109 | Text="{Binding Name}"
|
|
116 | 116 | ItemsSource="{Binding Items}"
|
117 | 117 | ItemTemplate="{StaticResource InspectionResultTemplate}">
|
118 | 118 |
|
119 |
| - <StackPanel Orientation="Horizontal" Margin="2" HorizontalAlignment="Stretch"> |
| 119 | + <StackPanel Orientation="Horizontal" Margin="2" HorizontalAlignment="Stretch" Height="22" > |
120 | 120 | <Image Style="{StaticResource IconStyle}"
|
121 | 121 | Source="{Binding Name, Converter={StaticResource InspectionIconConverter}}"
|
122 | 122 | VerticalAlignment="Center" />
|
|
135 | 135 | DataType="{x:Type CollectionViewGroup}"
|
136 | 136 | ItemsSource="{Binding Items}"
|
137 | 137 | ItemTemplate="{StaticResource InspectionGroupsTemplate}">
|
138 |
| - <StackPanel Orientation="Horizontal" Margin="2" HorizontalAlignment="Stretch"> |
| 138 | + <StackPanel Orientation="Horizontal" Margin="2" HorizontalAlignment="Stretch" Height="22" > |
139 | 139 | <TextBlock VerticalAlignment="Center"
|
140 | 140 | Text="{Binding Name}"
|
141 | 141 | FontWeight="Bold"
|
|
152 | 152 | ItemsSource="{Binding Items}"
|
153 | 153 | ItemTemplate="{StaticResource InspectionGroupsTemplate}">
|
154 | 154 |
|
155 |
| - <StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch"> |
| 155 | + <StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch" Height="22" > |
156 | 156 | <Image Style="{StaticResource IconStyle}" Source="../../Resources/Microsoft/PNG/VSObject_Module.png" />
|
157 | 157 | <TextBlock VerticalAlignment="Center"
|
158 | 158 | Text="{Binding Name}"
|
|
0 commit comments