mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Register: Make all account cells right-justified. Previously a mix of left- and right-justification was used.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17958 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3c9603f501
commit
5a7650b0cc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user