From b3cf03e3d4125b4a99e8fc7a41a15e2d3927a5cc Mon Sep 17 00:00:00 2001 From: SmartRootsSrl Date: Mon, 23 Mar 2026 17:32:29 +0100 Subject: [PATCH] fix: widen Rendimento/Rendimento Futuro columns to prevent mid-word wrap --- .../DividendSectionRenderer.cs | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs b/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs index 7ec2a39..5cd25cb 100644 --- a/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs +++ b/CertReports.Syncfusion/Services/Implementations/DividendSectionRenderer.cs @@ -16,21 +16,21 @@ public class DividendSectionRenderer // Larghezze colonne indicative (totale ~742pt) — scalate proporzionalmente a runtime private static readonly float[] ColWidths = [ - 90f, // 0 Nome - 50f, // 1 Strike - 50f, // 2 Last - 46f, // 3 % Perf. - 50f, // 4 Barr.Cap. - 46f, // 5 Buf.Cap. - 50f, // 6 Trig.CPN - 46f, // 7 Buf.CPN - 46f, // 8 Trig.AC - 54f, // 9 Data Stacco - 54f, // 10 Data Pag. + 82f, // 0 Nome + 50f, // 1 Livello Iniziale + 50f, // 2 Ultimo Prezzo + 40f, // 3 % Perf. + 50f, // 4 Barriera Capitale + 46f, // 5 Protezione Capitale + 50f, // 6 Livello Cedola + 46f, // 7 Protezione Cedola + 46f, // 8 Livello Richiamo Anticipato + 50f, // 9 Data Stacco + 50f, // 10 Data Pagamento 40f, // 11 Importo - 40f, // 12 Rend. - 40f, // 13 Imp.Fut. - 40f, // 14 Rend.Fut. + 54f, // 12 Rendimento (+14) + 40f, // 13 Importo Futuro + 54f, // 14 Rendimento Futuro (+14) ]; private static readonly string[] Col2Headers =