Explorar el Código

Fine tuning of the default value for display_max_width.

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4139 a333f486-631f-4898-b8df-5754b55c2be0
dflaven hace 9 años
padre
commit
57e04cf8b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      core/config.class.inc.php

+ 1 - 1
core/config.class.inc.php

@@ -885,7 +885,7 @@ class Config
 		'inline_image_max_display_width' => array(
 			'type' => 'integer',
 			'description' => 'The maximum width (in pixels) when displaying images inside an HTML formatted attribute. Images will be displayed using this this maximum width.',
-			'default' => '600',
+			'default' => '250',
 			'value' => '',
 			'source_of_value' => '',
 			'show_in_conf_sample' => true,