From 8577c55685c14361f681b7c8c70606123252b9cb Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Wed, 15 Apr 2026 11:19:41 +0200 Subject: [PATCH] feat(ui): remove MaxWidth on main columns to use full window width MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Lists (320px) and Detail (500px) borders no longer cap the 3-column grid — star-sizing (1*:2*:1.5*) now fills the window, reducing the dead whitespace between columns. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/ClaudeDo.Ui/Views/MainWindow.axaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/MainWindow.axaml b/src/ClaudeDo.Ui/Views/MainWindow.axaml index fef54ce..2d80721 100644 --- a/src/ClaudeDo.Ui/Views/MainWindow.axaml +++ b/src/ClaudeDo.Ui/Views/MainWindow.axaml @@ -18,7 +18,7 @@ + MinWidth="180" Margin="0,0,4,8" ClipToBounds="True"> + MinWidth="280" Margin="4,0,0,8" ClipToBounds="True">