mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user