increase default minimum lines on editor

This commit is contained in:
Henrique Dias 2016-02-09 19:52:48 +00:00
parent 44bda43792
commit 97d473b21d
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -25,7 +25,8 @@ $(document).on('page:editor', function() {
maxLines: Infinity, maxLines: Infinity,
theme: "ace/theme/github", theme: "ace/theme/github",
showPrintMargin: false, showPrintMargin: false,
fontSize: "1em" fontSize: "1em",
minLines: 20
}); });
$('#content').on('click', '#see-source', function(event) { $('#content').on('click', '#see-source', function(event) {