Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions PurpleExplorer/Views/AddMessageWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@

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

<StackPanel Grid.Row="1" Margin="0,5,0,5" Orientation="Horizontal" HorizontalAlignment="Stretch">
<Button MinWidth="200" Height="30" HorizontalAlignment="Stretch" VerticalAlignment="Center"
Expand Down Expand Up @@ -61,4 +62,4 @@
Remove
</Button>
</Grid>
</Window>
</Window>