The boxes are adjusted larger according to how much information you choose to display. If you select "Show Details" in the screen above, you will see a larger box according to the amount of data you have entered about your person(s).
If you are wishing to have a "smaller" box, I cannot offer a suggestion there. I am sure it will require some custom programming on your part. Hope this helps in some way.
Roland
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The height of the Hourglass boxes is calculated around line 120 of "includes/controllers/hourglass_ctrl.php". This is the line:
if (!$this->show_full) $bheight = (int)($bheight / 2);
If the checkbox "Show Details" is not checked, the above line will reduce the box height to half of its normal height. You probably want to reduce the box height to 1/3. Just change the "2" to "3".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
How do I adjust the height of these boxes?
Necessary to take a picture of the screen
provisional arrangement
Regards
How do I change the height of these boxes?
Hello Adem -
The boxes are adjusted larger according to how much information you choose to display. If you select "Show Details" in the screen above, you will see a larger box according to the amount of data you have entered about your person(s).
If you are wishing to have a "smaller" box, I cannot offer a suggestion there. I am sure it will require some custom programming on your part. Hope this helps in some way.
Roland
The height of the Hourglass boxes is calculated around line 120 of "includes/controllers/hourglass_ctrl.php". This is the line:
if (!$this->show_full) $bheight = (int)($bheight / 2);
If the checkbox "Show Details" is not checked, the above line will reduce the box height to half of its normal height. You probably want to reduce the box height to 1/3. Just change the "2" to "3".
Okay, thank you