Skip to content

Commit

Permalink
[XiaoQu] #49 fix: fix chinese charactor not support (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoquisme authored May 6, 2022
1 parent e5cb5e4 commit d16d39b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PurpleExplorer/Views/AddMessageWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
</Grid.RowDefinitions>

<TextBox MinHeight="180" HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
FontFamily="Microsoft YaHei,Simsun,苹方-简,宋体-简"
TextWrapping="Wrap" Text="{Binding Path=Message, Mode=TwoWay}" />

<StackPanel Grid.Row="1" Margin="0,5,0,5" Orientation="Horizontal" HorizontalAlignment="Stretch">
Expand Down

0 comments on commit d16d39b

Please sign in to comment.