diff --git a/misc/BreCalApi.cs b/misc/BreCalApi.cs index f53e437..d4a06ed 100644 --- a/misc/BreCalApi.cs +++ b/misc/BreCalApi.cs @@ -1,7 +1,7 @@ //---------------------- // -// Generated REST API Client Code Generator v1.8.4.0 on 29.09.2023 14:42:26 +// Generated REST API Client Code Generator v1.8.4.0 on 04.10.2023 07:39:32 // Using the tool OpenAPI Generator v7.0.0 // //---------------------- @@ -51,6 +51,9 @@ using System.Threading.Tasks; */ namespace BreCalClient.misc.Api { + +#pragma warning disable CS8073 // The result of the expression is always the same since a value of this type is never equal to 'null' + /// /// Represents a collection of functions to interact with the API endpoints /// @@ -7632,5 +7635,8 @@ namespace BreCalClient.misc.Model yield break; } } + +#pragma warning restore CS8073 // The result of the expression is always the same since a value of this type is never equal to 'null' } + diff --git a/src/BreCalClient/EditTimesAgencyIncomingControl.xaml b/src/BreCalClient/EditTimesAgencyIncomingControl.xaml index 26ac431..7898a06 100644 --- a/src/BreCalClient/EditTimesAgencyIncomingControl.xaml +++ b/src/BreCalClient/EditTimesAgencyIncomingControl.xaml @@ -8,7 +8,7 @@ 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="375" Width="800" Loaded="Window_Loaded" ResizeMode="NoResize" Icon="Resources/containership.ico"> + Title="{x:Static p:Resources.textEditShipcall}" Height="403" Width="800" Loaded="Window_Loaded" ResizeMode="NoResize" Icon="Resources/containership.ico"> @@ -32,6 +32,7 @@ + @@ -58,7 +59,7 @@