We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a3daf commit fe70c39Copy full SHA for fe70c39
Virtual_EDW/LoadPatternGrid.cs
@@ -17,7 +17,7 @@ public LoadPatternGridView(TeamConfiguration teamConfiguration)
17
EditMode = DataGridViewEditMode.EditOnEnter;
18
19
Location = new Point(3, 191);
20
- Size = new Size(1215, 521);
+ Size = new Size(1215, 325);
21
BackgroundColor = SystemColors.AppWorkspace;
22
GridColor = SystemColors.ControlDark;
23
0 commit comments