diff --git a/source/main.cpp b/source/main.cpp index a411d29..e9ec96a 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -214,7 +214,7 @@ int credits() { if (update) { - create_textbox(4, 1, 160, 80, true); + create_textbox(1, 1, 200, 120, true); show_text_box(); ptgb_write(credits_text_table.get_text_entry(curr_credits_num), true); update = false; diff --git a/text_helper/main.py b/text_helper/main.py index ec5d0a5..527ef56 100755 --- a/text_helper/main.py +++ b/text_helper/main.py @@ -191,7 +191,7 @@ def log_warning_error(lang, type, text): nText = type + ": " + text if nText not in mainDict[lang.name][nType].values(): mainDict[lang.name][nType][max(mainDict[lang.name][nType].keys(), default =- 1) + 1] = nText - print(nText) + #print(nText) def hash_excel(path): sheets = pd.read_excel(path, sheet_name=None)