lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [6359] Widen columns to accommodate larger amounts


From: Greg Chicares
Subject: [lmi-commits] [6359] Widen columns to accommodate larger amounts
Date: Sat, 17 Oct 2015 13:13:55 +0000

Revision: 6359
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6359
Author:   chicares
Date:     2015-10-17 13:13:54 +0000 (Sat, 17 Oct 2015)
Log Message:
-----------
Widen columns to accommodate larger amounts

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

Modified: lmi/trunk/group_quote_pdf_gen_wx.cpp
===================================================================
--- lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-17 13:07:42 UTC (rev 
6358)
+++ lmi/trunk/group_quote_pdf_gen_wx.cpp        2015-10-17 13:13:54 UTC (rev 
6359)
@@ -366,18 +366,18 @@
 };
 
 column_definition const column_definitions[] =
-    {{"Part#"                            ,             "9999"   }
-    ,{"Participant"                      ,                ""    }
-    ,{"Issue Age"                        ,              "999"   }
-    ,{"Date of Birth"                    ,       "9999-99-99"   }
-    ,{"Income"                           ,      "$99,999,999"   }
-    ,{"Face Amount"                      ,     "$999,999,999"   }
+    {{"Part#"                          ,             "9999"   }
+    ,{"Participant"                    ,                 ""   }
+    ,{"Issue Age"                      ,              "999"   }
+    ,{"Date of Birth"                  ,       "9999-99-99"   }
+    ,{"Income"                         ,     "$999,999,999"   }
+    ,{"Face Amount"                    , "$999,999,999,999"   }
     // All the subsequent columns use dynamically determined "premium mode" in
     // their title, so their labels are actually format strings.
-    ,{"%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"   }
+    ,{"%s\nPremium"                    ,   "$9,999,999,999.00"}
+    ,{"%s\nPremium with\nWaiver"       ,   "$9,999,999,999.00"}
+    ,{"%s\nPremium with\nADB"          ,   "$9,999,999,999.00"}
+    ,{"%s\nPremium with\nWaiver &\nADB",   "$9,999,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]