From f1084c716a8b1308010ee4fc731e90f935272054 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Tue, 17 Oct 2023 20:50:16 +0200 Subject: [PATCH] DeliveryConfirmationsDialog: Add AllMemberInput checkbox --- .../Dialogs/DeliveryConfirmationsDialog.xaml | 8 ++++++-- .../DeliveryConfirmationsDialog.xaml.cs | 20 ++++++++++++------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml b/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml index 6fc5d15..5eeb255 100644 --- a/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml +++ b/Elwig/Dialogs/DeliveryConfirmationsDialog.xaml @@ -8,7 +8,7 @@ ResizeMode="NoResize" Title="Anlieferungsbestätingungen - Elwig" Height="400" Width="600"> - + @@ -16,8 +16,12 @@ + + Auch Mitglieder ohneLieferungen miteinbeziehen + + + HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="200,10,10,10" Height="Auto"/>