From df75f939222d3bd148882b1609ededfdb2acdf2e Mon Sep 17 00:00:00 2001 From: emoose Date: Fri, 27 Mar 2026 00:22:24 +0000 Subject: [PATCH] Use TextFormattingMode Display on profile combobox --- .../UI/Styles/SearchableComboBox.xaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/nvidiaProfileInspector/UI/Styles/SearchableComboBox.xaml b/nvidiaProfileInspector/UI/Styles/SearchableComboBox.xaml index fd1b4e7..aaaccd9 100644 --- a/nvidiaProfileInspector/UI/Styles/SearchableComboBox.xaml +++ b/nvidiaProfileInspector/UI/Styles/SearchableComboBox.xaml @@ -30,7 +30,7 @@ - + + CornerRadius="8" + TextOptions.TextFormattingMode="Display" + RenderOptions.ClearTypeHint="Enabled"> @@ -274,7 +276,9 @@ Background="{DynamicResource Layer1BackgroundBrush}" BorderBrush="{DynamicResource ControlBorderBrush}" BorderThickness="1" - CornerRadius="8"> + CornerRadius="8" + TextOptions.TextFormattingMode="Display" + RenderOptions.ClearTypeHint="Enabled">