mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart
This commit is contained in:
parent
f18fd609f8
commit
57d680912e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user