From b59e0e09c2c3476fda67423d6df727c69d193dad Mon Sep 17 00:00:00 2001 From: kotcheshir73 Date: Tue, 20 Dec 2022 13:31:02 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=D1=8B=D0=B2=D0=BE=D0=B4=D0=B0=20=D1=81=D0=BF=D1=81=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B3=D1=80=D1=83=D0=BF=D0=BF=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GenericBusinessLogic/StudentGroupBusinessLogic.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DepartmentPortal/Department/DepartmentBusinessLogic/BusinessLogics/GenericBusinessLogic/StudentGroupBusinessLogic.cs b/DepartmentPortal/Department/DepartmentBusinessLogic/BusinessLogics/GenericBusinessLogic/StudentGroupBusinessLogic.cs index 4b0209b..8295a6f 100644 --- a/DepartmentPortal/Department/DepartmentBusinessLogic/BusinessLogics/GenericBusinessLogic/StudentGroupBusinessLogic.cs +++ b/DepartmentPortal/Department/DepartmentBusinessLogic/BusinessLogics/GenericBusinessLogic/StudentGroupBusinessLogic.cs @@ -77,7 +77,7 @@ namespace DepartmentBusinessLogic.BusinessLogics.GenericBusinessLogic if (model.ShowNumberOfBook) { table.Headers.Add((columnIndex, 0, "Номер зачетной книжки")); - table.ColumnWidths.Add(columnIndex, 2.5); + table.ColumnWidths.Add(columnIndex, 3); columnIndex++; } if (model.UnionFIO) @@ -101,7 +101,7 @@ namespace DepartmentBusinessLogic.BusinessLogics.GenericBusinessLogic if (model.ShowStatus) { table.Headers.Add((columnIndex, 0, "Статус")); - table.ColumnWidths.Add(columnIndex, 2.5); + table.ColumnWidths.Add(columnIndex, 3); columnIndex++; } if (model.ShowInfo)