@@ -, +, @@ kohastructure.sql files --- C4/Creators/Layout.pm | 2 +- installer/data/mysql/kohastructure.sql | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) --- a/C4/Creators/Layout.pm +++ a/C4/Creators/Layout.pm @@ -80,7 +80,7 @@ sub new { font => 'TR', font_size => 3, scale_width => 0.8, - scale_height => 0.02, + scale_height => 0.01, callnum_split => 0, text_justify => 'L', format_string => join(', ', @{ PRESET_FIELDS() }), --- a/installer/data/mysql/kohastructure.sql +++ a/installer/data/mysql/kohastructure.sql @@ -2329,6 +2329,8 @@ CREATE TABLE `creator_layouts` ( `oblique_title` int(1) DEFAULT 1, `font` char(10) NOT NULL DEFAULT 'TR', `font_size` int(4) NOT NULL DEFAULT 10, + `scale_width` decimal(28,6) NOT NULL DEFAULT 0.08, + `scale_height` decimal(28,6) NOT NULL DEFAULT 0.01, `units` char(20) NOT NULL DEFAULT 'POINT', `callnum_split` int(1) DEFAULT 0, `text_justify` char(1) NOT NULL DEFAULT 'L', --