CC-2433: Support settings: shrink down text area

- fixed
This commit is contained in:
James 2011-06-24 10:25:28 -04:00
parent b8f3add4e6
commit 183a348f34
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class Application_Form_SupportPreferences extends Zend_Form_SubForm
'filters' => array('StringTrim'),
'readonly' => true,
'cols' => 61,
'rows' => 5,
'value' => Application_Model_Preference::GetSystemInfo(),
'decorators' => array(
'ViewHelper'