From 193f57df0271f83809e9bec116232c305b23b3e7 Mon Sep 17 00:00:00 2001 From: Michael Babienco Date: Tue, 3 Mar 2026 09:23:58 +0900 Subject: [PATCH] Adjust warning view max width --- src/Views/WarningView.axaml | 2 +- src/Views/WarningView.axaml.cs | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Views/WarningView.axaml b/src/Views/WarningView.axaml index 8c1057d..f2e5241 100644 --- a/src/Views/WarningView.axaml +++ b/src/Views/WarningView.axaml @@ -18,7 +18,7 @@ FontWeight="Bold" TextWrapping="Wrap" FontSize="14" - MaxWidth="350" + MaxWidth="400" Text="{Binding Error}"/>