gnucash maint: Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart
Christopher Lam
clam at code.gnucash.org
Sat Mar 4 20:00:49 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/57d68091 (commit)
from https://github.com/Gnucash/gnucash/commit/f18fd609 (commit)
commit 57d680912ee745d6f0158a961a046fd6a925f879
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sun Mar 5 08:59:53 2023 +0800
Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart
diff --git a/gnucash/report/reports/standard/account-piecharts.scm b/gnucash/report/reports/standard/account-piecharts.scm
index 76f660e4e..fb95e337b 100644
--- a/gnucash/report/reports/standard/account-piecharts.scm
+++ b/gnucash/report/reports/standard/account-piecharts.scm
@@ -163,7 +163,7 @@ balance at a given time"))
(gnc:make-number-range-option
gnc:pagename-display optname-slices
"c" (N_ "Maximum number of slices in pie.") 7
- 2 24 0 1))
+ 2 255 0 1))
(gnc:options-add-plot-size!
options gnc:pagename-display
Summary of changes:
gnucash/report/reports/standard/account-piecharts.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list