From 16717ab9e9c6943b0224c707a2eff1f22d8a397a Mon Sep 17 00:00:00 2001 From: mika kuns Date: Sat, 30 May 2026 17:16:08 +0200 Subject: [PATCH] fix(ui): restore resize and full-width rows in WorktreesOverview modal --- .../Views/Modals/WorktreesOverviewModalView.axaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Modals/WorktreesOverviewModalView.axaml b/src/ClaudeDo.Ui/Views/Modals/WorktreesOverviewModalView.axaml index 5d90bb2..94f0b93 100644 --- a/src/ClaudeDo.Ui/Views/Modals/WorktreesOverviewModalView.axaml +++ b/src/ClaudeDo.Ui/Views/Modals/WorktreesOverviewModalView.axaml @@ -10,7 +10,7 @@ CanResize="True" WindowStartupLocation="CenterOwner" Background="{DynamicResource SurfaceBrush}" - WindowDecorations="None" + WindowDecorations="BorderOnly" ExtendClientAreaToDecorationsHint="True"> @@ -166,7 +166,8 @@ - +