summaryrefslogtreecommitdiff
path: root/Juick/NewPostView.xaml
diff options
context:
space:
mode:
authorGravatar k0st1x2012-10-08 23:07:13 +0400
committerGravatar k0st1x2012-10-08 23:07:13 +0400
commit86a3ce306fc6cd63b3917cba95435059975ad8ec (patch)
tree33ee16343acbd709560f6945a87edb3fc248cf28 /Juick/NewPostView.xaml
parente1d7d5bb92d761d211077fd3b0b6922fc6314423 (diff)
fix aspect ratio preserving
Diffstat (limited to 'Juick/NewPostView.xaml')
-rw-r--r--Juick/NewPostView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Juick/NewPostView.xaml b/Juick/NewPostView.xaml
index 15624ff..75bfd19 100644
--- a/Juick/NewPostView.xaml
+++ b/Juick/NewPostView.xaml
@@ -30,7 +30,7 @@
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<TextBlock Height="30" HorizontalAlignment="Left" Margin="12,34,0,0" Name="textBlock1" Text="Write a message" VerticalAlignment="Top" />
<TextBox Height="333" HorizontalAlignment="Left" Margin="0,70,0,0" Name="textBox1" Text="" VerticalAlignment="Top" Width="450" TextWrapping="Wrap" MaxWidth="Infinity" InputScope="Chat" />
- <Image Height="150" HorizontalAlignment="Left" Margin="12,504,0,0" Name="image1" Stretch="Fill" VerticalAlignment="Top" Width="425" />
+ <Image Height="150" HorizontalAlignment="Left" Margin="12,504,0,0" Name="image1" Stretch="Uniform" VerticalAlignment="Top" Width="425" />
</Grid>
</Grid>