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 db9d379 commit e8a405dCopy full SHA for e8a405d
Rubberduck.Core/UI/Settings/InspectionSettings.xaml
@@ -289,7 +289,9 @@
289
Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SettingsCaption_ExportSettings}"/>
290
</StackPanel>
291
<StackPanel Orientation="Horizontal" DockPanel.Dock="Right" HorizontalAlignment="Stretch">
292
- <Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=InspectionSettings_FilterDescription}" />
+ <Label Foreground="White"
293
+ FontWeight="SemiBold"
294
+ Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=InspectionSettings_FilterDescription}" />
295
<TextBox MinWidth="125"
296
Text="{Binding InspectionSettingsFilter, UpdateSourceTrigger=PropertyChanged}"
297
HorizontalAlignment="Stretch" />
0 commit comments