From c1c7862672d5aa1de65c081551bbc2d0e2bf6feb Mon Sep 17 00:00:00 2001 From: mika kuns Date: Fri, 29 May 2026 14:25:52 +0200 Subject: [PATCH] fix(ui): widen About modal so folder Open buttons are not clipped Long folder paths in monospace pushed the Open buttons past the 480px window edge. Widen to 620px, disable horizontal scroll so paths trim, and add column spacing. Co-Authored-By: Claude Opus 4.7 --- src/ClaudeDo.Ui/Views/Modals/AboutModalView.axaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ClaudeDo.Ui/Views/Modals/AboutModalView.axaml b/src/ClaudeDo.Ui/Views/Modals/AboutModalView.axaml index b595647..d67b3ff 100644 --- a/src/ClaudeDo.Ui/Views/Modals/AboutModalView.axaml +++ b/src/ClaudeDo.Ui/Views/Modals/AboutModalView.axaml @@ -4,8 +4,8 @@ x:Class="ClaudeDo.Ui.Views.Modals.AboutModalView" x:DataType="vm:AboutModalViewModel" Title="About ClaudeDo" - Width="480" Height="280" - SystemDecorations="None" + Width="620" Height="280" + WindowDecorations="None" ExtendClientAreaToDecorationsHint="True" WindowStartupLocation="CenterOwner" Background="{DynamicResource SurfaceBrush}"> @@ -23,8 +23,8 @@ Command="{Binding CloseCommand}" VerticalAlignment="Center"/> - - + +