Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WXRIW committed May 8, 2023
1 parent 4d7598f commit 84f31ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ink Canvas/ChangeLogWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<TextBlock Text="1. 支持多步撤销/重做" TextWrapping="Wrap" FontSize="14" Margin="25,5,0,0"/>
<TextBlock Text="2. 添加 PowerPoint 相关功能" TextWrapping="Wrap" FontSize="14" Margin="25,5,0,0"/>
<TextBlock Text="3. 提供白板选项" TextWrapping="Wrap" FontSize="14" Margin="25,5,0,0"/>
<TextBlock Text="3. 增加双曲线渐近线选项" TextWrapping="Wrap" FontSize="14" Margin="25,5,0,0"/>
<TextBlock Text="4. 增加双曲线渐近线选项" TextWrapping="Wrap" FontSize="14" Margin="25,5,0,0"/>
<!--<TextBlock Text="建议" FontSize="18" FontWeight="Bold" Margin="0,10,0,0"/>
<TextBlock Text="建议配置屏幕为:3840×2160 (缩放: 250%),或1920×1080 (缩放: 125%),以获得最佳体验(否则可能造成橡皮大小过大或过小等问题,可在设置中调整)。" TextWrapping="Wrap" FontSize="14" Margin="25,5,-10,0"/>-->
</ui:SimpleStackPanel>
Expand Down

0 comments on commit 84f31ca

Please sign in to comment.