From a0002ff97b8354104b4bf20bfe734021de697c6d Mon Sep 17 00:00:00 2001 From: Aleh Khantsevich Date: Sun, 5 May 2024 02:15:29 +0200 Subject: [PATCH] fixed attachments layout and size and added progressbar --- Wino.Mail/Views/ComposePage.xaml | 40 +++--- Wino.Mail/Views/MailRenderingPage.xaml | 172 ++++++++++++++----------- 2 files changed, 118 insertions(+), 94 deletions(-) diff --git a/Wino.Mail/Views/ComposePage.xaml b/Wino.Mail/Views/ComposePage.xaml index 9573fb21..ad5406e3 100644 --- a/Wino.Mail/Views/ComposePage.xaml +++ b/Wino.Mail/Views/ComposePage.xaml @@ -54,11 +54,14 @@ + + ColumnSpacing="3" + Margin="-8 0" + Padding="0,0,5,0"> @@ -74,7 +77,7 @@ @@ -85,7 +88,7 @@ FontSize="13" Text="{x:Bind FileName}" MaxLines="2" - TextTrimming="None" /> + TextTrimming="CharacterEllipsis" /> @@ -602,24 +605,25 @@ Text="{x:Bind ViewModel.Subject, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" /> - + - + + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - + + + + + + - + - + + - - + + @@ -292,20 +310,22 @@ - + + + + + + + +