|
@@ -29,7 +29,7 @@
|
|
|
<TextBlock Text=" " FontSize="20"/>
|
|
|
<TextBlock Text="{Binding Numbers.Title}" TextWrapping="Wrap" MaxWidth="600" FontSize="25"/>
|
|
|
<TextBlock Text=", " FontSize="20" VerticalAlignment="Bottom"/>
|
|
|
- <TextBlock Text="{Binding Numbers.Users.FIO}" MaxWidth="280" FontSize="25"/>
|
|
|
+ <TextBlock Text="{Binding Numbers.Users.FIO}" MaxWidth="280" FontSize="25" VerticalAlignment="Bottom"/>
|
|
|
</WrapPanel>
|
|
|
</DataTemplate>
|
|
|
</ListView.ItemTemplate>
|