From 6fd6cde88b0af0681ba223a45cebb0e30f27a280 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 5 Mar 2015 07:49:58 +0000 Subject: Move help text inline (or remove it) --- app/Controller/FanchartController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller/FanchartController.php') 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()) { -- cgit v1.3