From 2fb0e1f73b53080b53825858a3a7a2908a05aa4d Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 24 Feb 2026 19:39:11 +0900 Subject: [PATCH] Adjust max width in about screen --- src/Views/AboutView.axaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Views/AboutView.axaml b/src/Views/AboutView.axaml index 3a5d94a..cbee716 100644 --- a/src/Views/AboutView.axaml +++ b/src/Views/AboutView.axaml @@ -7,7 +7,8 @@ xmlns:models="clr-namespace:MayShow.Models" xmlns:vm="clr-namespace:MayShow.ViewModels" xmlns:dialogHost="clr-namespace:DialogHostAvalonia;assembly=DialogHost.Avalonia" - x:DataType="vm:AboutViewModel"> + x:DataType="vm:AboutViewModel" + MaxWidth="450">