mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[balsheet-pnl] cosmetic: improve maxindent calc
75ab45ac3
without 1+ some alignment is incorrect
This commit is contained in:
parent
bc1bcc718e
commit
1e66d3b2f6
@ -866,7 +866,8 @@ also show overall period profit & loss."))
|
||||
(multicol-table-right (if enable-dual-columns?
|
||||
(gnc:make-html-table)
|
||||
multicol-table-left))
|
||||
(maxindent (apply max (cons 0 (map gnc-account-get-current-depth accounts)))))
|
||||
(maxindent (1+ (apply max (cons 0 (map gnc-account-get-current-depth
|
||||
accounts))))))
|
||||
|
||||
(gnc:html-document-set-title!
|
||||
doc (with-output-to-string
|
||||
|
Loading…
Reference in New Issue
Block a user