Skip to content

Commit

Permalink
Register: Make all account cells right-justified. Previously a mix of…
Browse files Browse the repository at this point in the history
… left- and right-justification was used.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17958 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
Charles Day committed Feb 25, 2009
1 parent 3c9603f commit 5a7650b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register/ledger-core/split-register-layout.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ gnc_split_register_layout_add_cells (SplitRegister *reg,
XFRM_CELL,
COMBO_CELL_TYPE_NAME,
N_("Transfer"),
CELL_ALIGN_LEFT,
CELL_ALIGN_RIGHT,
FALSE,
FALSE);

Expand Down

0 comments on commit 5a7650b

Please sign in to comment.