diff options
Diffstat (limited to 'view/theme/diabook/config.php')
-rw-r--r-- | view/theme/diabook/config.php | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/view/theme/diabook/config.php b/view/theme/diabook/config.php index 9ff074e9d..0509c9453 100644 --- a/view/theme/diabook/config.php +++ b/view/theme/diabook/config.php @@ -53,6 +53,7 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ $line_heights = array( "1.3"=>"1.3", "---"=>"---", + "1.6"=>"1.6", "1.5"=>"1.5", "1.4"=>"1.4", "1.2"=>"1.2", @@ -60,11 +61,12 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ ); $font_sizes = array( - '13'=>'13', + '14'=>'14', "---"=>"---", + "16"=>"16", "15"=>"15", - '14'=>'14', - '13.5'=>'13.5', + '13.5'=>'13.5', + '13'=>'13', '12.5'=>'12.5', '12'=>'12', ); @@ -76,8 +78,9 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ 'diabook'=>'diabook', 'aerith'=>'aerith', 'blue'=>'blue', - 'red'=>'red', - 'pink'=>'pink', + 'green'=>'green', + 'pink'=>'pink', + 'red'=>'red', ); |