From 5f23523a9d53f98eae03a24adc08f657881d2644 Mon Sep 17 00:00:00 2001 From: puls200 Date: Thu, 26 Oct 2023 09:41:05 +0200 Subject: [PATCH] 7. Changed layout of agency shifting dialog --- .../EditTimesAgencyShiftingControl.xaml | 52 ++++++++++--------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/src/BreCalClient/EditTimesAgencyShiftingControl.xaml b/src/BreCalClient/EditTimesAgencyShiftingControl.xaml index de90ea1..c1b3616 100644 --- a/src/BreCalClient/EditTimesAgencyShiftingControl.xaml +++ b/src/BreCalClient/EditTimesAgencyShiftingControl.xaml @@ -8,13 +8,13 @@ xmlns:db="clr-namespace:BreCalClient;assembly=BreCalClient" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" - Title="{x:Static p:Resources.textEditShipcall}" Height="460" Width="800" Loaded="Window_Loaded" ResizeMode="NoResize" Icon="Resources/containership.ico"> + Title="{x:Static p:Resources.textEditShipcall}" Height="490" Width="800" Loaded="Window_Loaded" ResizeMode="NoResize" Icon="Resources/containership.ico"> - - + + @@ -32,6 +32,7 @@ + @@ -71,23 +72,33 @@