Adjust the font size and spacing
This commit is contained in:
parent
4ad99c5ce7
commit
21c718676c
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ Window_Base.prototype.contentsHeight = function () {
|
|||
};
|
||||
|
||||
Window_Base.prototype.fittingHeight = function (numLines) {
|
||||
return numLines * this.lineHeight() + this.standardPadding() * 2;
|
||||
return numLines * this.lineHeight() + this.standardPadding() * 2 + 15;
|
||||
};
|
||||
|
||||
Window_Base.prototype.updateTone = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue