summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-12-16 13:49:11 +0400
committerGravatar Vitaly Takmazov2013-12-16 13:49:11 +0400
commit9730c79feeede41075f8a726a6118d163931ce7c (patch)
tree2c47820b0706c9a83489a7d95fd9e2657ba525f5
parent98700f28bb208f7bdc741397b1c9993bfd051d8d (diff)
Accept returns in editor
-rw-r--r--Juick/NewPostView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/NewPostView.xaml b/Juick/NewPostView.xaml
index 77d3856..a04c305 100644
--- a/Juick/NewPostView.xaml
+++ b/Juick/NewPostView.xaml
@@ -30,7 +30,7 @@
<StackPanel x:Name="ContentPanel" Grid.Row="1" Margin="5">
<TextBlock Height="30" HorizontalAlignment="Left" Margin="5" Name="textBlock1" Text="Write a message" VerticalAlignment="Top" />
<TextBox Height="333" HorizontalAlignment="Left" Margin="5" Name="textBox1" Text=""
- VerticalAlignment="Top" Width="450" TextWrapping="Wrap" MaxWidth="Infinity" InputScope="Text" />
+ VerticalAlignment="Top" Width="450" TextWrapping="Wrap" MaxWidth="Infinity" InputScope="Text" AcceptsReturn="True" />
<Image Height="150" HorizontalAlignment="Left" Margin="10" Name="image1" Stretch="Uniform" VerticalAlignment="Top" Width="425" />
</StackPanel>
</Grid>