We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d0c7b commit a74485eCopy full SHA for a74485e
Signal-Windows/Controls/Attachment.xaml
@@ -10,7 +10,7 @@
10
d:DesignWidth="200">
11
12
<StackPanel Grid.Column="1" HorizontalAlignment="Stretch" VerticalAlignment="Center" Margin="8,0,0,0">
13
- <Grid Width="100" Height="100">
+ <Grid Width="200" Height="200">
14
<Image Name="AttachmentImage" Stretch="UniformToFill">
15
<Image.Source>
16
<BitmapImage UriSource="{x:Bind ImagePath, Mode=TwoWay}"/>
0 commit comments