Skip to content

Commit e8a405d

Browse files
authored
Update Font for filtering label
1 parent db9d379 commit e8a405d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rubberduck.Core/UI/Settings/InspectionSettings.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,9 @@
289289
Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=SettingsCaption_ExportSettings}"/>
290290
</StackPanel>
291291
<StackPanel Orientation="Horizontal" DockPanel.Dock="Right" HorizontalAlignment="Stretch">
292-
<Label Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=InspectionSettings_FilterDescription}" />
292+
<Label Foreground="White"
293+
FontWeight="SemiBold"
294+
Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=InspectionSettings_FilterDescription}" />
293295
<TextBox MinWidth="125"
294296
Text="{Binding InspectionSettingsFilter, UpdateSourceTrigger=PropertyChanged}"
295297
HorizontalAlignment="Stretch" />

0 commit comments

Comments
 (0)