mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-09 15:05:47 -05:00
@@ -107,7 +107,7 @@ private void AddFlagList(EventLabelCollection list, bool[] values)
|
||||
var cFlag = new DataGridViewCheckBoxColumn
|
||||
{
|
||||
DisplayIndex = 0,
|
||||
Width = 20,
|
||||
AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells,
|
||||
SortMode = DataGridViewColumnSortMode.NotSortable,
|
||||
};
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ private void AddFlagList(EventLabelCollection list, bool[] values)
|
||||
var cFlag = new DataGridViewCheckBoxColumn
|
||||
{
|
||||
DisplayIndex = 0,
|
||||
Width = 20,
|
||||
AutoSizeMode = DataGridViewAutoSizeColumnMode.AllCells,
|
||||
SortMode = DataGridViewColumnSortMode.NotSortable,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user