Skip to content

Commit e950c39

Browse files
BuildToolsgolf1052
authored andcommitted
make names and timestamps selectable
1 parent af90189 commit e950c39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Signal-Windows/Controls/Message.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Border Name="MessageBoxBorder" BorderBrush="#00000000" BorderThickness="1,1,1,1" CornerRadius="4,4,4,4" Padding="10 5 10 5" Margin="4">
1818
<ItemsControl>
1919
<local:Attachment Name="Attachment" DataContext="{x:Bind Attachment, Mode=OneWay}" Visibility="{x:Bind HasAttachment, Mode=OneWay}"/>
20-
<TextBlock Name="MessageAuthor" FontWeight="Bold" />
20+
<TextBlock Name="MessageAuthor" IsTextSelectionEnabled="True" FontWeight="Bold" />
2121
<TextBlock Name="MessageContentTextBlock" TextWrapping="Wrap" MaxWidth="300" IsTextSelectionEnabled="True" FontSize="14" Foreground="Black" HorizontalAlignment="Left" />
2222
<Grid Name="FooterPanel" MaxWidth="300">
2323
<Grid.ColumnDefinitions>
@@ -27,7 +27,7 @@
2727
<ColumnDefinition Width="Auto"/>
2828
</Grid.ColumnDefinitions>
2929
<TextBlock Grid.Column="0" Name="ResendTextBlock" Margin="0 0 5 0" Foreground="Red" FontWeight="SemiBold" Tapped="ResendTextBlock_Tapped" Visibility="Collapsed">Send again</TextBlock>
30-
<TextBlock Name="FancyTimestampBlock" Grid.Column="1" Margin="0 0 5 0" FontSize="12" />
30+
<TextBlock Name="FancyTimestampBlock" IsTextSelectionEnabled="True" Grid.Column="1" Margin="0 0 5 0" FontSize="12" />
3131
<Image Grid.Column="2" Name="CheckImage" Source="{StaticResource Check}" Width="16" Height="16" Visibility="Collapsed"/>
3232
<Image Grid.Column="3" Name="DoubleCheckImage" Source="{StaticResource DoubleCheck}" Width="16" Height="16" Visibility="Collapsed"/>
3333
</Grid>

0 commit comments

Comments
 (0)