Fix
This commit is contained in:
parent
ddf6a984af
commit
9f41772a8e
2 changed files with 1 additions and 1 deletions
|
|
@ -2058,7 +2058,7 @@ function Window_GlossaryComplete() {
|
|||
};
|
||||
|
||||
Window_Glossary.prototype.standardFontSize = function() {
|
||||
return param.FontSize ? param.FontSize : Window_Base.prototype.standardFontFace();
|
||||
return param.FontSize - 4 ? param.FontSize - 4 : Window_Base.prototype.standardFontFace();
|
||||
};
|
||||
|
||||
Window_Glossary.prototype.calcMaxPages = function(index) {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue