diff options
Diffstat (limited to 'themes/fab/theme.php')
| -rw-r--r-- | themes/fab/theme.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/themes/fab/theme.php b/themes/fab/theme.php index e18020f99d..7354a894a1 100644 --- a/themes/fab/theme.php +++ b/themes/fab/theme.php @@ -173,22 +173,22 @@ $fanChart=array( // variables for the pedigree chart $bwidth=240; // width of boxes on pedigree chart -$bheight=80; // height of boxes on pedigree chart +$bheight=90; // height of boxes on pedigree chart $baseyoffset=10; // position the entire pedigree tree relative to the top of the page $basexoffset=10; // position the entire pedigree tree relative to the left of the page $bxspacing=0; // horizontal spacing between boxes on the pedigree chart $byspacing=5; // vertical spacing between boxes on the pedigree chart $brborder=1; // box right border thickness -// variables for the descendancy chart -$Dbaseyoffset=0; // position the entire descendancy tree relative to the top of the page -$Dbasexoffset=0; // position the entire descendancy tree relative to the left of the page -$Dbxspacing=0; // horizontal spacing between boxes -$Dbyspacing=1; // vertical spacing between boxes -$Dbwidth=270; // width of DIV layer boxes -$Dbheight=80; // height of DIV layer boxes -$Dindent=15; // width to indent descendancy boxes -$Darrowwidth=15; // additional width to include for the up arrows +// -- descendancy - relationship chart variables +$Dbaseyoffset=20; // -- position the entire descendancy tree relative to the top of the page +$Dbasexoffset=20; // -- position the entire descendancy tree relative to the left of the page +$Dbxspacing=0; // -- horizontal spacing between boxes +$Dbyspacing=10; // -- vertical spacing between boxes +$Dbwidth=250; // -- width of DIV layer boxes +$Dbheight=70; // -- height of DIV layer boxes +$Dindent=15; // -- width to indent descendancy boxes +$Darrowwidth=30; // -- additional width to include for the up arrows $CHARTS_CLOSE_HTML=true; // should the charts, pedigree, descendacy, etc close the HTML on the page |
