diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-03-05 07:49:58 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-03-05 07:49:58 +0000 |
| commit | 6fd6cde88b0af0681ba223a45cebb0e30f27a280 (patch) | |
| tree | c77b3e914f7a8c0fb0efcf2140d76a258fdf5571 /app/Controller/FanchartController.php | |
| parent | 8c6876aefd0407cf6f2dbb26b33a2e89c1a80cb4 (diff) | |
| download | webtrees-6fd6cde88b0af0681ba223a45cebb0e30f27a280.tar.gz webtrees-6fd6cde88b0af0681ba223a45cebb0e30f27a280.tar.bz2 webtrees-6fd6cde88b0af0681ba223a45cebb0e30f27a280.zip | |
Move help text inline (or remove it)
Diffstat (limited to 'app/Controller/FanchartController.php')
| -rw-r--r-- | app/Controller/FanchartController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/FanchartController.php b/app/Controller/FanchartController.php index 56c89e18ba..4ef7da9f34 100644 --- a/app/Controller/FanchartController.php +++ b/app/Controller/FanchartController.php @@ -41,7 +41,7 @@ class FanchartController extends ChartController { // Extract the request parameters $this->fan_style = Filter::getInteger('fan_style', 2, 4, 3); - $this->fan_width = Filter::getInteger('fan_width', 50, 300, 100); + $this->fan_width = Filter::getInteger('fan_width', 50, 500, 100); $this->generations = Filter::getInteger('generations', 2, 9, $default_generations); if ($this->root && $this->root->canShowName()) { |
