Skip to content

Commit

Permalink
Merge pull request #91 from CN-Ironegg/patch-1
Browse files Browse the repository at this point in the history
Replace "交叉切换" with "交替切换"
  • Loading branch information
WXRIW authored Oct 23, 2023
2 parents 7df390d + 06c3c6a commit da359cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ink Canvas/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
<TextBlock Text="此选项仅适用于可获取触摸面积的屏幕" TextWrapping="Wrap" Foreground="#666666"/>
<TextBlock Text="橡皮模式" FontFamily="Microsoft YaHei UI" FontSize="14"/>
<ComboBox Name="ComboBoxEraserType" FontFamily="Microsoft YaHei UI" SelectedIndex="0" SelectionChanged="ComboBoxEraserType_OnSelectionChanged">
<ComboBoxItem Content="交叉切换" FontFamily="Microsoft YaHei UI"/>
<ComboBoxItem Content="交替切换" FontFamily="Microsoft YaHei UI"/>
<ComboBoxItem Content="面积擦" FontFamily="Microsoft YaHei UI"/>
<ComboBoxItem Content="笔画擦" FontFamily="Microsoft YaHei UI"/>
</ComboBox>
Expand Down

0 comments on commit da359cd

Please sign in to comment.