This commit is contained in:
dazedanon 2025-04-28 17:32:34 -05:00
parent ddf6a984af
commit 9f41772a8e
2 changed files with 1 additions and 1 deletions

View file

@ -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.