From f47edfb2f6bb87bef51ae57b615221ff8083df87 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Sat, 16 May 2026 00:15:26 -0400 Subject: [PATCH] ISO toggle: widen column 110->124, tighten padding so 'Enable' fits After dropping IsoToggle from a full pill to a Radius.M rounded-rect, the 'Enable' label (and the active-state '* LIVE') started clipping at the right edge of the 110px cell. The pill geometry had visually masked the tight fit by softening the edges; the squared corners made it obvious. Widen the ISO column from 110 to 124 (+14px) and tighten the inline button padding from 14,6 to 10,6. The MinWidth=84 from the IsoToggle style still covers the OFF state; the column bump gives the active 'LIVE' state room to breathe without changing the overall row rhythm. --- src/TeamsISO.App/MainWindow.xaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/TeamsISO.App/MainWindow.xaml b/src/TeamsISO.App/MainWindow.xaml index 988bf40..e8d2d7a 100644 --- a/src/TeamsISO.App/MainWindow.xaml +++ b/src/TeamsISO.App/MainWindow.xaml @@ -654,14 +654,17 @@ - - + +