Skip to content

Commit a74485e

Browse files
committed
set image preview size to 200x200 px
1 parent a5d0c7b commit a74485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Signal-Windows/Controls/Attachment.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
d:DesignWidth="200">
1111

1212
<StackPanel Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="8,0,0,0">
13-
<Grid Width="100" Height="100">
13+
<Grid Width="200" Height="200">
1414
<Image Name="AttachmentImage" Stretch="UniformToFill">
1515
<Image.Source>
1616
<BitmapImage UriSource="{x:Bind ImagePath, Mode=TwoWay}"/>

0 commit comments

Comments
 (0)