From 944645379e1ce884e2d9150325cd179370d8254c Mon Sep 17 00:00:00 2001 From: MBucari Date: Mon, 14 Jul 2025 12:19:26 -0600 Subject: [PATCH] Fix message box text truncation when there is no icon (#1294) --- .../Dialogs/MessageBoxWindow.axaml | 35 ++++++++++++------- 1 file changed, 22 insertions(+), 13 deletions(-) diff --git a/Source/LibationAvalonia/Dialogs/MessageBoxWindow.axaml b/Source/LibationAvalonia/Dialogs/MessageBoxWindow.axaml index 204a23a4..2b2ef05b 100644 --- a/Source/LibationAvalonia/Dialogs/MessageBoxWindow.axaml +++ b/Source/LibationAvalonia/Dialogs/MessageBoxWindow.axaml @@ -1,12 +1,13 @@ + Title="{CompiledBinding Caption}" ShowInTaskbar="True"> @@ -14,14 +15,22 @@ - - - - - + + + + + + + + + + + + + - + @@ -35,13 +44,13 @@ - -