lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6269] Attempt to widen columns


From: Greg Chicares
Subject: [lmi-commits] [6269] Attempt to widen columns
Date: Wed, 26 Aug 2015 17:14:15 +0000

Revision: 6269
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6269
Author:   chicares
Date:     2015-08-26 17:14:15 +0000 (Wed, 26 Aug 2015)
Log Message:
-----------
Attempt to widen columns

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/group_quote_pdf_gen_wx.cpp

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-08-26 17:02:43 UTC (rev 6268)
+++ lmi/trunk/ChangeLog 2015-08-26 17:14:15 UTC (rev 6269)
@@ -36712,3 +36712,9 @@
 Refined formatting of totals. See:
   http://lists.nongnu.org/archive/html/lmi/2015-08/msg00034.html
 
+20150826T1714Z <address@hidden> [477]
+
+  group_quote_pdf_gen_wx.cpp
+Attempt to widen columns. See thread beginning here:
+  http://lists.nongnu.org/archive/html/lmi/2015-08/msg00034.html
+

Modified: lmi/trunk/group_quote_pdf_gen_wx.cpp
===================================================================
--- lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-08-26 17:02:43 UTC (rev 
6268)
+++ lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-08-26 17:14:15 UTC (rev 
6269)
@@ -153,13 +153,13 @@
     ,{"Issue Age"                        ,              "999"   }
     ,{"Date of Birth"                    ,       "9999-99-99"   }
     ,{"Income"                           ,      "$99,999,999"   }
-    ,{"Face Amount"                      ,   "$99,999,999.00"   }
+    ,{"Face Amount"                      ,  "$999,999,999.00"   }
     // All the subsequent columns use dynamically determined "premium mode" in
     // their title, so their labels are actually format strings.
-    ,{"%s\nPremium"                      ,      "$999,999.00"   }
-    ,{"%s\nPremium with\nWaiver"         ,      "$999,999.00"   }
-    ,{"%s\nPremium with\nADB"            ,      "$999,999.00"   }
-    ,{"%s\nPremium with\nWaiver &\nADB"  ,      "$999,999.00"   }
+    ,{"%s\nPremium"                      ,    "$9,999,999.00"   }
+    ,{"%s\nPremium with\nWaiver"         ,    "$9,999,999.00"   }
+    ,{"%s\nPremium with\nADB"            ,    "$9,999,999.00"   }
+    ,{"%s\nPremium with\nWaiver &\nADB"  ,    "$9,999,999.00"   }
     };
 
 BOOST_STATIC_ASSERT(sizeof column_definitions / sizeof(column_definitions[0]) 
== e_col_max);




reply via email to

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