mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Register in journal mode with rate column, split columns loose alignment
When you add the rate column when the register is in journal view, with the splits visible, the alignment of the split columns fails. This seems to be caused by the split memo field setup differently to description.
This commit is contained in:
parent
2c5f1aa59b
commit
173805b79f
@ -737,8 +737,8 @@ gnc_split_register_layout_add_cells (SplitRegister *reg,
|
||||
QUICKFILL_CELL_TYPE_NAME,
|
||||
N_("sample:Memo field sample text string") + 7,
|
||||
CELL_ALIGN_LEFT,
|
||||
FALSE,
|
||||
TRUE);
|
||||
TRUE,
|
||||
FALSE);
|
||||
|
||||
gnc_register_add_cell (layout,
|
||||
DEBT_CELL,
|
||||
|
Loading…
Reference in New Issue
Block a user