fix: widen Rendimento/Rendimento Futuro columns to prevent mid-word wrap
This commit is contained in:
@@ -16,21 +16,21 @@ public class DividendSectionRenderer
|
|||||||
// Larghezze colonne indicative (totale ~742pt) — scalate proporzionalmente a runtime
|
// Larghezze colonne indicative (totale ~742pt) — scalate proporzionalmente a runtime
|
||||||
private static readonly float[] ColWidths =
|
private static readonly float[] ColWidths =
|
||||||
[
|
[
|
||||||
90f, // 0 Nome
|
82f, // 0 Nome
|
||||||
50f, // 1 Strike
|
50f, // 1 Livello Iniziale
|
||||||
50f, // 2 Last
|
50f, // 2 Ultimo Prezzo
|
||||||
46f, // 3 % Perf.
|
40f, // 3 % Perf.
|
||||||
50f, // 4 Barr.Cap.
|
50f, // 4 Barriera Capitale
|
||||||
46f, // 5 Buf.Cap.
|
46f, // 5 Protezione Capitale
|
||||||
50f, // 6 Trig.CPN
|
50f, // 6 Livello Cedola
|
||||||
46f, // 7 Buf.CPN
|
46f, // 7 Protezione Cedola
|
||||||
46f, // 8 Trig.AC
|
46f, // 8 Livello Richiamo Anticipato
|
||||||
54f, // 9 Data Stacco
|
50f, // 9 Data Stacco
|
||||||
54f, // 10 Data Pag.
|
50f, // 10 Data Pagamento
|
||||||
40f, // 11 Importo
|
40f, // 11 Importo
|
||||||
40f, // 12 Rend.
|
54f, // 12 Rendimento (+14)
|
||||||
40f, // 13 Imp.Fut.
|
40f, // 13 Importo Futuro
|
||||||
40f, // 14 Rend.Fut.
|
54f, // 14 Rendimento Futuro (+14)
|
||||||
];
|
];
|
||||||
|
|
||||||
private static readonly string[] Col2Headers =
|
private static readonly string[] Col2Headers =
|
||||||
|
|||||||
Reference in New Issue
Block a user