|
@@ -52,10 +52,10 @@
|
|
|
|
|
|
<Grid>
|
|
|
<Grid.RowDefinitions>
|
|
|
- <RowDefinition Height="8*"/>
|
|
|
- <RowDefinition Height="37*"/>
|
|
|
+ <RowDefinition Height="101*"/>
|
|
|
+ <RowDefinition Height="349*"/>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <Border BorderBrush="Black" BorderThickness="1,1,1,1">
|
|
|
+ <Border BorderBrush="Black" BorderThickness="1,1,1,1" HorizontalAlignment="Left" Margin="634,0,0,0" Width="166">
|
|
|
<StackPanel Grid.Row="0" HorizontalAlignment="Right">
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
<TextBlock Text="Количество выбранных книг: "></TextBlock>
|