From 5b55e7a5aede10acd77233576946fdb08435f280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Sejkora?= Date: Thu, 21 Mar 2024 18:49:56 +0100 Subject: [PATCH] Manager: Rename CM column to Mode --- ArcdpsLogManager/Sections/LogList.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)