diff --git a/src/modules/launcher/PowerLauncher/LauncherControl.xaml b/src/modules/launcher/PowerLauncher/LauncherControl.xaml index 82e0843d70..8788a2ce28 100644 --- a/src/modules/launcher/PowerLauncher/LauncherControl.xaml +++ b/src/modules/launcher/PowerLauncher/LauncherControl.xaml @@ -55,9 +55,7 @@ + Background="{Binding Background, ElementName=PART_ContentHost}"> @@ -113,7 +111,6 @@ FontSize="24" Style="{StaticResource QueryTextBoxStyle}" Tag="{x:Static p:Resources.startTyping}" - RenderOptions.ClearTypeHint="Enabled" /> diff --git a/src/modules/launcher/PowerLauncher/MainWindow.xaml b/src/modules/launcher/PowerLauncher/MainWindow.xaml index fda097c54e..6a267a733c 100644 --- a/src/modules/launcher/PowerLauncher/MainWindow.xaml +++ b/src/modules/launcher/PowerLauncher/MainWindow.xaml @@ -10,8 +10,6 @@ Topmost="True" SizeToContent="Height" ResizeMode="NoResize" - TextOptions.TextRenderingMode="ClearType" - RenderOptions.ClearTypeHint="Enabled" WindowStyle="None" WindowStartupLocation="Manual" AllowDrop="True" diff --git a/src/modules/launcher/PowerLauncher/ResultList.xaml b/src/modules/launcher/PowerLauncher/ResultList.xaml index 320044ee71..e805e10476 100644 --- a/src/modules/launcher/PowerLauncher/ResultList.xaml +++ b/src/modules/launcher/PowerLauncher/ResultList.xaml @@ -209,13 +209,11 @@ Style="{DynamicResource CollapsableTextblock}" FontWeight="Bold" Text="{Binding Result.ToolTipData.Title}" - TextWrapping="Wrap" - RenderOptions.ClearTypeHint="Enabled" /> + TextWrapping="Wrap" /> + TextWrapping="Wrap" /> @@ -235,8 +233,7 @@ FontWeight="SemiBold" FontSize="20" Margin="0,0,0,-2" - VerticalAlignment="Bottom" - RenderOptions.ClearTypeHint="Enabled"/> + VerticalAlignment="Bottom"/> + VerticalAlignment="Top"/> + Text="{Binding Title}"/> @@ -293,8 +288,7 @@ AutomationProperties.Name="{x:Static p:Resources.ContextMenuIcon}" FontFamily="{Binding FontFamily}" FontSize="16" - Text="{Binding Glyph}" - RenderOptions.ClearTypeHint="Enabled"/> + Text="{Binding Glyph}"/>