From 9e1c654826e5d5acd6a1c7048164f04aa762ad6f Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Sun, 9 Feb 2025 13:57:03 +0100 Subject: [PATCH] Fixed error where rows where not collapsed when user is not of type pilot --- src/BreCalClient/EditTimesControl.xaml.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BreCalClient/EditTimesControl.xaml.cs b/src/BreCalClient/EditTimesControl.xaml.cs index 23f277d..81c6b5c 100644 --- a/src/BreCalClient/EditTimesControl.xaml.cs +++ b/src/BreCalClient/EditTimesControl.xaml.cs @@ -260,8 +260,8 @@ namespace BreCalClient else { this.rowt1.Height = new(0); - this.rowt1.Height = new(0); - this.rowt1.Height = new(0); + this.rowt2.Height = new(0); + this.rowt3.Height = new(0); } this.SetLockButton(this.Times.EtaBerthFixed ?? false);