lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 06dd36e 1/4: Fix "Superheader width exceeds a


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 06dd36e 1/4: Fix "Superheader width exceeds available" for finra
Date: Thu, 29 Aug 2019 09:25:38 -0400 (EDT)

branch: master
commit 06dd36e4d5ec6fd56b27ca19fe501daa551fd14f
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Fix "Superheader width exceeds available" for finra
    
    Now double-digit interest rates can be illustrated.
---
 pdf_command_wx.cpp | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/pdf_command_wx.cpp b/pdf_command_wx.cpp
index ceca43f..a6adae9 100644
--- a/pdf_command_wx.cpp
+++ b/pdf_command_wx.cpp
@@ -2537,13 +2537,14 @@ class finra_basic : public 
page_with_basic_tabular_report
             << basis_suffix(guar_or_curr)
             << ir_suffix(zero_or_not)
             << "}} "
-            << "Assumed Sep Acct\n"
-            << "Gross Rate* "
+            << "Assumed"
+            << "\nSep Acct Gross"
+            << "\nRate* "
             << "({{InitAnnSepAcctNetInt_"
             << basis_suffix(guar_or_curr)
             << ir_suffix(zero_or_not)
-            << "}} net)\n"
-            << "{{InitAnnGenAcctInt_"
+            << "}} net)"
+            << "\n{{InitAnnGenAcctInt_"
             << basis_suffix(guar_or_curr)
             << "}} GPA rate"
             ;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]