diff --git a/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml b/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml index 4dbf0d6..0cd521a 100644 --- a/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml +++ b/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml @@ -24,13 +24,13 @@ <TextBox x:Name="TextElement" TextWrapping="Wrap" VerticalScrollBarVisibility="Visible" AcceptsReturn="True" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="200,10,10,10" Height="Auto"/> - <Button x:Name="TestButton" Content="Stichprobe" FontSize="14" Width="150" Margin="10,10,10,74" Height="27" Tag="Print" IsEnabled="False" + <Button x:Name="TestButton" Content="Stichprobe" FontSize="14" Width="180" Margin="10,10,10,74" Height="27" Tag="Print" IsEnabled="False" Click="TestButton_Click" VerticalAlignment="Bottom" HorizontalAlignment="Left"/> - <Button x:Name="ShowButton" Content="Vorschau" FontSize="14" Width="150" Margin="10,10,10,42" Height="27" Tag="Print" IsEnabled="False" + <Button x:Name="ShowButton" Content="Vorschau" FontSize="14" Width="180" Margin="10,10,10,42" Height="27" Tag="Print" IsEnabled="False" Click="ShowButton_Click" VerticalAlignment="Bottom" HorizontalAlignment="Left"/> - <Button x:Name="PrintButton" Content="Drucken" FontSize="14" Width="150" Margin="10,10,10,10" Height="27" Tag="Print" IsEnabled="False" + <Button x:Name="PrintButton" Content="Drucken" FontSize="14" Width="180" Margin="10,10,10,10" Height="27" Tag="Print" IsEnabled="False" Click="PrintButton_Click" VerticalAlignment="Bottom" HorizontalAlignment="Left"/> </Grid>