diff --git a/ArcdpsLogManager/Sections/LogList.cs b/ArcdpsLogManager/Sections/LogList.cs index 2ce760ad..16a3efc7 100644 --- a/ArcdpsLogManager/Sections/LogList.cs +++ b/ArcdpsLogManager/Sections/LogList.cs @@ -158,9 +158,10 @@ private GridView ConstructLogGridView(LogDetailPanel detailPanel, Multi gridView.Columns.Add(new GridColumn() { - HeaderText = "CM", + HeaderText = "Mode", DataCell = new TextBoxCell { + TextAlignment = TextAlignment.Center, Binding = new DelegateBinding(x => { switch (x.EncounterMode)