Adjust # of lines in window
This commit is contained in:
parent
087d7db7d4
commit
d5a75e73e1
1 changed files with 1 additions and 1 deletions
|
|
@ -1495,7 +1495,7 @@ Window_Help.prototype.constructor = Window_Help;
|
|||
|
||||
Window_Help.prototype.initialize = function (numLines) {
|
||||
var width = Graphics.boxWidth;
|
||||
var height = this.fittingHeight(numLines || 2);
|
||||
var height = this.fittingHeight(numLines || 3);
|
||||
Window_Base.prototype.initialize.call(this, 0, 0, width, height);
|
||||
this._text = '';
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue