We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718ecdc commit 9eda67bCopy full SHA for 9eda67b
1 file changed
src/Microsoft.PowerShell.GraphicalHost/xamls/HelpWindow.xaml
@@ -45,7 +45,7 @@
45
</Grid>
46
47
<ScrollViewer x:Name="Scroll" HorizontalAlignment="Stretch" Grid.Row="1" AutomationProperties.Name="{Binding HelpTitle}">
48
- <RichTextBox x:Name="HelpText" FontFamily="Consolas" VerticalScrollBarVisibility="Disabled" BorderThickness="0" IsReadOnly="True" IsReadOnlyCaretVisible="True" AutomationProperties.Name="{Binding HelpTitle}">
+ <RichTextBox x:Name="HelpText" FontFamily="Consolas" VerticalScrollBarVisibility="Disabled" BorderThickness="0" IsReadOnly="True" AutomationProperties.Name="{Binding HelpTitle}">
49
<RichTextBox.LayoutTransform>
50
<ScaleTransform ScaleX="{Binding Path=ZoomLevel}" ScaleY="{Binding Path=ZoomLevel}"/>
51
</RichTextBox.LayoutTransform>
0 commit comments