ui: register: elide multicommodity amounts

This commit is contained in:
Simon Michael 2020-06-26 13:55:42 -07:00
parent 44c3eb1904
commit 3b6a8b0956

View File

@ -95,8 +95,8 @@ rsInit d reset ui@UIState{aopts=_uopts@UIOpts{cliopts_=CliOpts{reportopts_=ropts
[s] -> s
ss -> intercalate ", " ss
-- _ -> "<split>" -- should do this if accounts field width < 30
,rsItemChangeAmount = showMixedAmountOneLineWithoutPrice False change
,rsItemBalanceAmount = showMixedAmountOneLineWithoutPrice False bal
,rsItemChangeAmount = showMixedAmountElided False change
,rsItemBalanceAmount = showMixedAmountElided False bal
,rsItemTransaction = t
}
-- blank items are added to allow more control of scroll position; we won't allow movement over these