summaryrefslogtreecommitdiff
path: root/includes/functions/functions_charts.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions/functions_charts.php')
-rw-r--r--includes/functions/functions_charts.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/functions/functions_charts.php b/includes/functions/functions_charts.php
index a0a61b0894..ffafea0aea 100644
--- a/includes/functions/functions_charts.php
+++ b/includes/functions/functions_charts.php
@@ -659,7 +659,7 @@ function print_cousins($famid, $personcount=1) {
$kids = count($fchildren);
$save_show_full = $show_full;
if ($save_show_full) {
- $bheight/=4;
+ $bheight=$bheight/4+10;
$bwidth-=40;
}
$show_full = false;
@@ -692,7 +692,7 @@ function print_cousins($famid, $personcount=1) {
}
$show_full = $save_show_full;
if ($save_show_full) {
- $bheight*=4;
+ $bheight=($bheight-10)*4;
$bwidth+=40;
}
echo '</td>';