forked from science-ation/science-ation
More sensible values for margins
This commit is contained in:
parent
6504d09886
commit
d6dcdf1ea6
@ -131,17 +131,17 @@ if (!defined('K_TCPDF_EXTERNAL_CONFIG')) {
|
||||
/**
|
||||
* bottom margin
|
||||
*/
|
||||
define ('PDF_MARGIN_BOTTOM', 25);
|
||||
define ('PDF_MARGIN_BOTTOM', 15);
|
||||
|
||||
/**
|
||||
* left margin
|
||||
*/
|
||||
define ('PDF_MARGIN_LEFT', 15);
|
||||
define ('PDF_MARGIN_LEFT', 10);
|
||||
|
||||
/**
|
||||
* right margin
|
||||
*/
|
||||
define ('PDF_MARGIN_RIGHT', 15);
|
||||
define ('PDF_MARGIN_RIGHT', 10);
|
||||
|
||||
/**
|
||||
* default main font name
|
||||
|
Loading…
Reference in New Issue
Block a user