From ff96d727f1667b42e738babf8240a4827c4c7f5d Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 24 Feb 2026 19:44:58 +0900 Subject: [PATCH] Fix width on edit page --- src/Views/EditFile.axaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Views/EditFile.axaml b/src/Views/EditFile.axaml index 1c743b6..4db5c22 100644 --- a/src/Views/EditFile.axaml +++ b/src/Views/EditFile.axaml @@ -9,7 +9,8 @@ xmlns:models="clr-namespace:MayShow.Models" xmlns:vm="clr-namespace:MayShow.ViewModels" xmlns:dialogHost="clr-namespace:DialogHostAvalonia;assembly=DialogHost.Avalonia" - x:DataType="vm:EditFileViewModel"> + x:DataType="vm:EditFileViewModel" + MaxWidth="350">