mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Changed default # of rows on HTMLEditorField from 15 to 30
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64863 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
68326a5eac
commit
f5e636ac43
@ -15,7 +15,7 @@ class HtmlEditorField extends TextareaField {
|
||||
/**
|
||||
* Construct a new HtmlEditor field
|
||||
*/
|
||||
function __construct($name, $title = "", $rows = 15, $cols = 20, $value = "", $form = null) {
|
||||
function __construct($name, $title = "", $rows = 30, $cols = 20, $value = "", $form = null) {
|
||||
parent::__construct($name, $title, $rows, $cols, $value, $form);
|
||||
$this->extraClass = 'typography';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user