bal: a little more width for budget columns
This commit is contained in:
parent
6970a4c6e8
commit
c64d598919
@ -681,8 +681,8 @@ multiBalanceReportWithBudgetAsText opts budgetr actualr =
|
|||||||
(showamt actual) (showamt budget)
|
(showamt actual) (showamt budget)
|
||||||
where
|
where
|
||||||
actualwidth = 7
|
actualwidth = 7
|
||||||
percentwidth = 3
|
percentwidth = 4
|
||||||
budgetwidth = 4
|
budgetwidth = 5
|
||||||
|
|
||||||
percentage :: ActualAmount -> BudgetAmount -> Maybe Percentage
|
percentage :: ActualAmount -> BudgetAmount -> Maybe Percentage
|
||||||
percentage actual budget =
|
percentage actual budget =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user