|
279 | 279 | <DockPanel FlowDirection="LeftToRight">
|
280 | 280 | <StackPanel Orientation="Horizontal" DockPanel.Dock="Left">
|
281 | 281 | <Label Style="{StaticResource HeaderText}"
|
282 |
| - Content="{Resx Key=CodeInspectionSettings_InspectionSeveritySettingsLabel, ResxName=Rubberduck.Resources.RubberduckUI}" Margin="5,5,0,5" Width="123" /> |
| 282 | + Content="{Resx Key=CodeInspectionSettings_InspectionSeveritySettingsLabel, ResxName=Rubberduck.Resources.RubberduckUI}" Margin="5,5,0,5" Width="127" /> |
283 | 283 | <StackPanel Orientation="Horizontal" HorizontalAlignment="Stretch">
|
284 | 284 | <StackPanel.Resources>
|
285 |
| - <Style TargetType="FrameworkElement"> |
| 285 | + <Style BasedOn="{StaticResource HeaderText}" TargetType="Label"> |
286 | 286 | <Setter Property="Margin" Value="0,5" />
|
287 | 287 | </Style>
|
288 | 288 | </StackPanel.Resources>
|
289 | 289 | <Label Content="-" />
|
290 | 290 | <Image Source="{StaticResource FilterImage}" Width="19" />
|
291 |
| - <Label Style="{StaticResource HeaderText}" |
292 |
| - Content="{Resx Key=InspectionSettings_FilterByDescription, ResxName=Rubberduck.Resources.RubberduckUI}" /> |
| 291 | + <Label Content="{Resx Key=InspectionSettings_FilterByDescription, ResxName=Rubberduck.Resources.RubberduckUI}" /> |
293 | 292 | <controls:SearchBox Width="100"
|
294 | 293 | Text="{Binding InspectionSettingsDescriptionFilter, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Height="26" />
|
295 | 294 | <Border Width="10" />
|
296 |
| - <Label Style="{StaticResource HeaderText}" |
297 |
| - Content="{Resx Key=InspectionSettings_FilterBySeverity, ResxName=Rubberduck.Resources.RubberduckUI}" /> |
| 295 | + <Label Content="{Resx Key=InspectionSettings_FilterBySeverity, ResxName=Rubberduck.Resources.RubberduckUI}" /> |
298 | 296 | <ComboBox Width="100"
|
299 | 297 | ItemsSource="{Binding SeverityFilters, UpdateSourceTrigger=PropertyChanged}"
|
300 | 298 | SelectedItem="{Binding SelectedSeverityFilter, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
|
0 commit comments