From f3e1f50ece1139975facd8fcdcb08b470aeb32d4 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Sat, 16 May 2026 00:17:37 -0400 Subject: [PATCH] docs: refresh participants-table column summary + ISO toggle comment The block comment above the DataGrid still said 'Five columns' and described the ISO column as a 'pill' at 110px. Both got out-of-date as commits landed: the table actually has seven columns (preview + CFG were added), the ISO geometry is a rounded-rect, and the column is 124px now. Bring the comments in line with the code so future-me reads the right thing first. No XAML logic changes; comments only. --- src/TeamsISO.App/MainWindow.xaml | 33 ++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/src/TeamsISO.App/MainWindow.xaml b/src/TeamsISO.App/MainWindow.xaml index 2322d4a..cb2eb2b 100644 --- a/src/TeamsISO.App/MainWindow.xaml +++ b/src/TeamsISO.App/MainWindow.xaml @@ -410,23 +410,36 @@ + right edge once the IsoToggle stopped being a full pill (25229bd). -->