From 98c05aed3b3fb255cfca5bc4d3165ce131f0d861 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);