From d807b950201aa5c8cfebb2bf3745983d07937c91 Mon Sep 17 00:00:00 2001 From: puls200 Date: Fri, 6 Oct 2023 16:07:08 +0200 Subject: [PATCH] Extension of role editor to allow authority entry for berths --- src/RoleEditor/EditBerthDialog.xaml | 24 ++++++++++++---- src/RoleEditor/EditBerthDialog.xaml.cs | 28 ++++++++++++++---- src/RoleEditor/MainWindow.xaml | 1 + src/RoleEditor/MainWindow.xaml.cs | 27 +++++++++++++----- src/brecal.model/Berth.cs | 39 ++++++++++++++++++-------- 5 files changed, 88 insertions(+), 31 deletions(-) diff --git a/src/RoleEditor/EditBerthDialog.xaml b/src/RoleEditor/EditBerthDialog.xaml index 78ef683..234b02b 100644 --- a/src/RoleEditor/EditBerthDialog.xaml +++ b/src/RoleEditor/EditBerthDialog.xaml @@ -5,7 +5,7 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:RoleEditor" mc:Ignorable="d" - Title="Edit berth" Height="160" Width="450" Loaded="Window_Loaded"> + Title="Edit berth" Height="188" Width="450" Loaded="Window_Loaded"> @@ -15,25 +15,37 @@ +