Fix gm toolbox

This commit is contained in:
Mandar
2021-02-15 19:47:13 +01:00
parent babbafffef
commit 386a62ef55
3 changed files with 29 additions and 11 deletions

View File

@@ -20,8 +20,8 @@ export class GmToolsDialog extends FormApplication {
classes: ["l5r5e", "gm-tools-dialog"],
template: CONFIG.l5r5e.paths.templates + "dice/gm-tools-dialog.html",
title: game.i18n.localize("l5r5e.gm_toolbox.title"),
left: x - 523,
top: y - 114,
left: x - 512,
top: y - 98,
closeOnSubmit: false,
submitOnClose: false,
submitOnChange: true,