r17958 - gnucash/trunk/src/register/ledger-core - Register: Make all account cells right-justified. Previously a mix of left- and right-justification was used.

Charles Day cedayiv at cvs.gnucash.org
Tue Feb 24 19:03:13 EST 2009


Author: cedayiv
Date: 2009-02-24 19:03:13 -0500 (Tue, 24 Feb 2009)
New Revision: 17958
Trac: http://svn.gnucash.org/trac/changeset/17958

Modified:
   gnucash/trunk/src/register/ledger-core/split-register-layout.c
Log:
Register: Make all account cells right-justified. Previously a mix of left- and right-justification was used.


Modified: gnucash/trunk/src/register/ledger-core/split-register-layout.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register-layout.c	2009-02-24 14:49:57 UTC (rev 17957)
+++ gnucash/trunk/src/register/ledger-core/split-register-layout.c	2009-02-25 00:03:13 UTC (rev 17958)
@@ -569,7 +569,7 @@
                          XFRM_CELL,
                          COMBO_CELL_TYPE_NAME,
                          N_("Transfer"),
-                         CELL_ALIGN_LEFT,
+                         CELL_ALIGN_RIGHT,
                          FALSE,
                          FALSE);
 



More information about the gnucash-changes mailing list