From eab8485b5f1fbb413f8b2b133983a4b71d91dd36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Mon, 9 Oct 2017 13:46:37 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C30563 --- client/Maestro/Sources/FileSystemSource.cs | 3 ++- client/Maestro/Sources/NexioRESTSource.cs | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/Maestro/Sources/FileSystemSource.cs b/client/Maestro/Sources/FileSystemSource.cs index 7a9f26b0..cdeec3c5 100644 --- a/client/Maestro/Sources/FileSystemSource.cs +++ b/client/Maestro/Sources/FileSystemSource.cs @@ -27,7 +27,8 @@ namespace Maestro.Sources { new DataGridViewTextBoxColumn(){ DataPropertyName = "Name", HeaderText = StringResources.NEV, - AutoSizeMode = DataGridViewAutoSizeColumnMode.Fill + AutoSizeMode = DataGridViewAutoSizeColumnMode.None, + Width = 200 }, new DataGridViewTextBoxColumn() { DataPropertyName = "Created", diff --git a/client/Maestro/Sources/NexioRESTSource.cs b/client/Maestro/Sources/NexioRESTSource.cs index 2d94a69b..edbcd1d5 100644 --- a/client/Maestro/Sources/NexioRESTSource.cs +++ b/client/Maestro/Sources/NexioRESTSource.cs @@ -32,7 +32,8 @@ namespace Maestro.Sources { new DataGridViewTextBoxColumn(){ DataPropertyName = "Name", HeaderText = StringResources.NEV, - AutoSizeMode = DataGridViewAutoSizeColumnMode.DisplayedCells, + AutoSizeMode = DataGridViewAutoSizeColumnMode.None, + Width = 200 }, new DataGridViewTextBoxColumn(){ DataPropertyName = "Agency", -- 2.54.0