Browse Source

печать

Smerdova Liza 7 months ago
parent
commit
562b7498de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      PDK_Concert/Pages/PrintPage.xaml

+ 1 - 1
PDK_Concert/Pages/PrintPage.xaml

@@ -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>